HP-UX AAA Server A.08.00.01 Administrator's Guide
NOTE: The comment field in realm configuration must not have spaces.
Global EAP-SIM Configuration in aaa.config
The aatv.EAP-SIM{} configuration block, located within the aaa.config file
contains global EAP-SIM configuration information. These parameters represent global
default values, which do not correspond to any realm-based parameter.
The following rules apply to the aatv.EAP-SIM{} configuration block parameters:
• The parameter names are case-insensitive.
• For parameters with on and off binary values, the values, enabled, yes, on,
and true are synonymous, and the values, disabled, no, off, and false
are synonymous.
• String parameter values must be enclosed in single or double quotes.
The aatv.EAP-SIM{} configuration block, in aaa.config file, can contain any
subset, including empty subsets. These parameters are global. Table 17-3 lists the
configuration block parameters.
Table 17-3 The aaa.config Configuration Block Parameters
DescriptionParameter
Directs the output of EAP-SIM statistics to the
logfile when the server shuts down.
Statistics
The valid values are Enabled and Disabled.
If not explicitly configured, the default value is
Enabled.
The following is an example of a aaa.config configuration file:
aatv.EAP-SIM
{
# =====================================
# The following parameters are global.
# =====================================
Statistics "Enabled"
# Enabled or Disabled
}
230 Configuring EAP-SIM and EAP-AKA Authentication Methods