HP-UX AAA Server A.08.02 Administrator's Guide
• 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.
For example:
iaaa.SNMP
{
Enabled yes
agentxTimeout 1
agentxRetries 2
}
The log_threshold_limit and suppression_interval Variables
These variables can be used to suppress a message from being repeatedly recorded in the log
file. For example:
log_threshold_limit=150
supression_interval=20
Where:
log_threshold_limit The number of times that the same message can be recorded to the
log file within two seconds, before it is suppressed. Default: 100.
supression_interval The time in seconds for which the logging of a message is
suppressed. Default: 30 seconds.
In the above example, a message will be suppressed for 20 seconds, if it is logged more than
150 times within 2 seconds.
The aaa.config File 383