HP-UX AAA Server A.08.02 Administrator's Guide
eapsimrealm.com -EAP EAP "comment"
{
EAP-Type SIM
{
# Following parameters specify the name of A3 and A8 algorithm to generate
# triplets. You need not configure these values if triplets are retrieved from
# an external AuC.
A3-Algorithm "3GPP-Milenage"
A8-Algorithm "3GPP-Milenage"
############################################################
# Following are optional parameters
#############################################################
Prefixed-IMSI-Permanent-IDs "Enabled"
Generic-Permanent-IDs "Enabled"
Minimum-Length-IMSI 6
Maximum-Length-IMSI 15
Number-Of-Triplets-For-Authentication 2
Protected-Success-Indications "Enabled"
}
}
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 42 lists the configuration block parameters.
Table 42 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
}
168 Configuring EAP-SIM and EAP-AKA Authentication Methods