SAS Scalable Performance Data Server 4.5 Administrator's Manual page 202

Table of Contents

Advertisement

196
Chapter 15 • Managing SPD Server Passwords, Users, and Table ACLs
8. Enter the group name if the user is part of an ACL group, or skip this step by pressing
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"
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:
2. The SPD Server administrator enters Debby's old password. For example:
3. The SPD Server administrator enters Debby's new password. For example:
4. The SPD Server administrator re-enters the new password for accuracy. For example:
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.
30
Enter. For example:
groupname
host="bubba"
serv="5200"
user="debby"
password="xyz123"
CHNGPASS=YES
chgpass debby
oldpassword
newpassword
newpassword

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Scalable Performance Data Server 4.5 and is the answer not in the manual?

Table of Contents