HP-UX AAA Server A.08.01 administrator's guide (T1428-90072, May 2010)

Table Of Contents
5. Copy your legacy users files from /etc/opt/aaa.old/ to /etc/opt/aaa/
(including the default users file and all files with the .users extension). Update the
users files as follows:
Remove all DEFAULT, dumbuser, pppuser, and slipuser entries. The
following shows example entries for each:
DEFAULT DEFAULT Authentication-Type = Realm
Filter-Id = "unlim"
dumbuser dumbuser Authentication-Type = None
Service-Type = Login,
Login-Service = Telnet,
Login-IP-Host = 255.255.255.255
pppuser pppuser Authentication-Type = None
Service-Type = Framed,
Framed-Protocol = PPP,
Framed-IP-Netmask = 255.255.255.0,
Framed-Routing = None,
Framed-MTU = 1500,
Framed-Compression = Van-Jacobson-TCP-IP
slipuser slipuser Authentication-Type = None
Service-Type = Framed,
Framed-Protocol = SLIP,
Framed-IP-Netmask = 255.255.255.0,
Framed-Routing = None,
Framed-MTU = 1500,
Framed-Compression = Van-Jacobson-TCP-IP
Remove all Authentication-Type=Realm and
Authentication-Type=File strings from the remaining user entries. The
following is a sample sed command you can modify to remove these entries:
$ sed -e s/Authentication-Type[ ]*=[ ]*Realm[ ,,]*//g-e
s/Authentication-Type[ ]*=[ ]*File[ ,,]*//g <users or
*.users file name>
6. Use Server Manager to re-configure all of your legacy realm and outbound proxy
entries on A.08.01. Refer to your legacy authfile at /etc/opt/aaa.old/
authfile:
Use Server Managers Proxies link to re-configure entries in /etc/opt/
aaa.old/authfile with the following syntax:
realm.com RADIUS <Realm_host_name>
Use Server Managers Local Realms link to re-configure the realm entries as
they appear in /etc/opt/aaa.old/authfile.
If you have configured realm for EAP-LEAP, ORACLE or SecurID
authentication, complete the Migration procedure listed in “Upgrading from
Versions A.07.00, A.06.02, A.06.01, or A.07.01 to Version A.08.01”.
52 Upgrading to Version A.08.01