HP-UX AAA Server A.07.01 Administrator's Guide
In the above example, a message will be suppressed for 20 seconds, if it is logged more
than 150 times within 2 seconds.
The list_copy_limit Variable
This variable can be used for customized server configurations that accumulate A-V
pairs or generate large responses. The default (and maximum) value is 512. Following
is the syntax of the list_copy_limit variable:
list_copy_limit=256
The localUsersFile.FilterType Property
This property can be used to specify the case matching for each users file. Following
is the syntax of the localUsersFile.FilterType property:
localUserFile.FilterType
{
fred CIS
bill bIN
}
where the user files are fred.users and bill.users. The above configuration
enables case insensitive search for fred.users and case sensitive search for
bill.users. The default behavior is case sensitive search.
The default_users_file_cis_search Property
This property can be used to specify the case matching while searching the default
users file. If this property is set to yes, case insensitive search is enabled. If this
property is set to no, case sensitive search is enabled. The default behavior is case
sensitive search.
The log_forwarding Variable
This variable turns logging in the logfile on (or off) when packets are forwarded through
the server to another RADIUS server. In addition, it also controls the logging of the
forwarding vector, reply vector, or dumping of the packet being forwarded on (or off).
This allows finer detail when tracking problems, at the expense of increased log file
size. Following is the syntax of the log_forwarding variable:
log_forwarding=on
log_forwarding=off
log_forwarding=+vector
log_forwarding=+digest
log_forwarding=+dump
log_forwarding=-vector
log_forwarding=-digest
log_forwarding=-dump
log_forwarding=clear
The aaa.config File 377