HP-UX AAA Server A.08.02 Administrator's Guide

.
# Following are the mandatory parameters:
Pseudonym-Lookup <pseudonym lookup aatv name> "<xsting if any>"
Pseudonym-Update <pseudonym update aatv name> "<xsting if any>
Generate-Random-Character-Pseudonyms Yes
Pseudonym-Lifetime 604800
# Following are the optional parameters:
Pseudonym-Lifetime 604800
}
}
NOTE: No global configuration is required for random pseudonym identity support.
Sample EAP.authfile Configuration for Algorithm-based Pseudonym Identity Support
#################################################################
### Add the following in /etc/opt/aaa/EAP.authfile for EAP-SIM
#################################################################
eapsim.com -EAP EAP "comment"
{
EAP-Type SIM
{
#Configure other realm-specific parameters, if required
.
.
# Following are the mandatory parameters:
Pseudonym-Lookup SIMAKA-PseudonymDecrypt ""
Pseudonym-Update NULL ""
Generate-Random-Character-Pseudonyms No
Pseudonym-Lifetime 604800
# Following are the optional parameters:
Pseudonym-Lifetime 604800
}
}
#################################################################
### Add the following in /etc/opt/aaa/EAP.authfile for EAP-AKA
#################################################################
eapaka.com -EAP EAP "comment"
{
EAP-Type AKA
{
#Configure other realm-specific parameters, if required
.
.
# Following are the mandatory parameters:
Pseudonym-Lookup SIMAKA-PseudonymDecrypt ""
Pseudonym-Update NULL ""
Generate-Random-Character-Pseudonyms No
Pseudonym-Lifetime 604800
# Following are the optional parameters:
Pseudonym-Lifetime 604800
}
}
188 Configuring EAP-SIM and EAP-AKA Authentication Methods