SAS Safety Scalable Performance Data Server 4.5 Benutzerhandbuch

Seite von 271
30
8. Enter the group name if the user is part of an ACL group, or skip this step by pressing
Enter. For example:
groupname
The user debby is added. The temporary password is good for one logon.
The second part changes the user's password. Change the user's password with the
NEWPASSWD= option. For example:
LIBNAME mylib sasspds "spdsdata"
 host="bubba"
 serv="5200"
 user="debby"
 password="temporarypassword"
 NEWPASSWD="abc123" 
Or, change the user's password with the CHNGPASS= option. For example:
LIBNAME mylib sasspds "spdsdata"
  host="bubba"
  serv="5200"
  user="debby"
  password="xyz123"
  CHNGPASS=YES 
The user will be prompted for a new password.
Add a New User and Set a Password for the User
The second method adds a new user to the password table using the psmgr utility. The
password expires immediately after the user is created. The SPD Server administrator
creates a new password for the user and sends it to him.
1. The SPD Server Administrator issues the CHGPASS command. For example:
chgpass debby
2. The SPD Server administrator enters Debby's old password. For example:
oldpassword
3. The SPD Server administrator enters Debby's new password. For example:
newpassword
4. The SPD Server administrator re-enters the new password for accuracy. For example:
newpassword
The SPD Server administrator can now inform Debby of her new password. The new
password expires in the number of days that was specified in step 7 of the previous section.
196
Chapter 15 • Managing SPD Server Passwords, Users, and Table ACLs