HP-UX AAA Server A.08.02.10 Administrator's Guide HP-UX 11i v3 (T1428-90093, November 2013)
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 log_generated_request Variable
This variable turns the logging of internally generated packets on (or off) when they are created,
and when they reach their end-state. It is useful for a customized server configuration that produces
accounting requests based on internal state transitions rather than on an externally delivered
requests. Following is the syntax of the log_generated_request variable:
log_generated_request=on
log_generated_request=off
The ourhostname Variable
This variable sets the interface (DNS name or IP address) that a multihomed server would use. By
default, the AAA server determines hostname by calling gethostname. For multihomed hosts this
call may not return the correct name for the interface that the AAA server should use to send and
listen for messages. Following is the syntax for the ourhostname variable:
DNS host name: ourhostname=interface1.radius.server.net
The aaa.config File 385