HP-UX AAA Server A.08.01 administrator's guide (T1428-90072, May 2010)

Table Of Contents
The aatv.ProLDAP Property
This property controls AAA server connections to an LDAP server.
Retry-Interval sets the number of seconds for the AAA server to wait before trying
to reconnect to a LDAP directory server, when a realm has failover directory servers
configured. Defaults to 60 seconds.
Retry-Wait sets the number of seconds that the AAA server will wait before
attempting to connect to the same failover LDAP server. When all failover directory
servers configured for a realm are down, the AAA server will try to reconnect to
one every time an access request is received. In such a situation, this parameter
guarantees that the software does not spend too much time in trying to reconnect
those directory servers. Default value is 1 second.
Timeout sets the number of seconds that an LDAP connection will remain open
when the AAA server has not been able to successfully perform any successful
LDAP operation. This parameter allows better handling of the situation where the
LDAP directory times out client connections.
TCP-Timeout sets the number of seconds that the AAA server will wait for an
LDAP server when trying to establish the TCP connection.
Debug determines whether OpenLDAP debug messages must be written to the
radius.debug file. A value of 0 disables writing these messages; a value of -1
enables writing these messages. The syntax of this property follows a block syntax
that is different than the other aaa.config variables.
For example:
aatv.ProLDAP
{
Retry-Interval 60
Retry-Wait 1
Timeout 60
TCP-Timeout 3
Debug 0
}
The iaaa.SNMP Property
The iaaa.SNMP property controls AAA server connections to SNMP master agent.
When the Enabled option is set to yes, the HP-UX AAA Server automatically
checks the local host (and not the network) to communicate with the SNMP master
agent. The HP-UX AAA Server can be monitored by an SNMP workstation. When
the Enabled option is set to No, the server does not communicate with an SNMP
master agent and cannot be monitored by an SNMP workstation. The default value
is No.
agentxTimeout sets the time (in seconds) for which the AAA server waits for a
response from the master agent.
agentxRetries sets the number of times a request is resent when a timeout occurs.
The aaa.config File 521