HP-UX AAA Server A.07.01 Administrator's Guide
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.07.01. Refer to your legacy authfile at /etc/opt/aaa.old/
authfile:
• Use Server Manager’s Proxies link to re-configure entries in /etc/opt/
aaa.old/authfile with the following syntax:
realm.com RADIUS <Realm_host_name>
• Use Server Manager’s Local Realms link to re-configure the realm entries as
they appear in /etc/opt/aaa.old/authfile.
7. If you are using a Netscape Directory server, update the RADIUS schema file for
the directory server. Copy /opt/aaa/examples/proldap/
55iaaa-radius.ldif to the Netscape Directory server. Stop and restart slapd
after copying the schema file to the Netscape server.
Upgrading from Version A.06.00.x to Version A.07.01 47