add <username> <passwd> <passwd> <privilege> [<ip-addr>|-] [<expiretime>|-] [<group>|-] [<timeout>|-] [<failures>|-] [<class>|-]
an SPD Server user ID. The user ID is restricted to eight characters. All characters must be alphanumeric or underscores. The SPD Server user ID does not have to correspond to any system user ID, unless nonnative authentication is configured.
the user's password, which is restricted to eight characters. The password database requires a password with a minimum of six characters. At least one character must be numeric, and at least one character must be alphabetic. The argument is repeated to verify the password.
an authorization level number in the range 0 to 7. The authorization level number assigns access privileges to the user.
a numerical IP address. The IP address on which the SAS, ODBC, JDBC, or SQL client software is running must match the IP address that is entered in the password database. This argument restricts the user's access to SPD Server to the specified IP address. A hyphen (-) indicates that no IP address is specified.
the length of time, in days, after which the user must change his password. A hyphen (-) indicates that no password expiration time is being specified. The time is measured from the day that you add the user.
the default group for the user. A hyphen (-) indicates that no default group is being specified. If a group name is specified, the group definition must have been created by a previous GROUPDEF Command. You can change group affiliation by using the GROUPMEM Command.
the maximum amount of time that is allowed between successful logins before the account is no longer enabled. A hyphen (-) indicates that no time-out is being specified.
the number of password failures. A hyphen (-) indicates that no failure limit is being specified. The value specifies the number of login failures allowed before the user is disabled. A disabled password can be re-enabled by the administrator using the RESET Command.
the performance class of the user. Valid values are in the range 1–3. The value specifies whether the user is in a Low (1), Medium (2), or High (3) performance class. SPD Server can be configured to provide different server parameters, based on the user's performance class setting.
authorize <username> <passwd>
an existing SPD Server user ID.
a valid user password.
user=auxadmin,
password=admin2
. To enable authorization to update the
password database, use the following command:authorize auxadmin admin2
chgauth <username> <authlevel>
an existing SPD Server user ID.
an authorization level for the user, in the range 0–7. The authorization level number assigns access privileges to the user.
chgexpire <username> <exptime>
an existing SPD Server user ID.
the length of time, in days, after which the user must change his password. The time is measured from the day that you change the expiration time.
chgip <username> "<new-ip-address>"
an existing SPD Server user ID.
the new IP address from which the user must connect to the SPD Server host. The IP address must be specified numerically using the format xxx.xxx.xxx.xxx. The IP address is not verified. Invalid and incorrect IP addresses are noted as errors in the SPD Server log and will cause that user's future logon attempts to fail. The default value is blank.
chgtimeout <username> <timeout>
an existing SPD Server user ID.
a password logon time-out period, specified in days. The time-out period specifies the number of days that the account can be inactive before the password becomes invalid.
chgpass <username> <oldpwd> <newpwd> <newpwd>
an existing SPD Server user ID.
the user's old password.
the new password for the user. If you are prompted for the new password, you are prompted again to re-enter it for accuracy. The new password must be different from the last six passwords. The new password must also contain at least six characters, with at least one numeric character and with at least one alphabetic character. The password cannot contain the user ID.
chgperfclass <username> <class>
an existing SPD Server user ID.
a performance class for the user, in the range 1–3. The value specifies whether the user is in a Low (1), Medium (2), or High (3) performance class. The SPD Server server can be configured to provide different server parameters, based on the user's performance class setting.
delete <username>!
the user ID of an existing SPD Server user.
verifies that you intend to delete the user ID from the password database. If you do not specify !, you are prompted to verify the deletion.
export <textfile>
name of the flat file to create that will contain the contents of the current password database.
groupdef <groupname>
the name of a new ACL group. The name must be unique and is restricted to eight characters. All characters must be alphanumeric or underscores. This argument verifies that the groups that are specified on the GROUPMEM command are valid.
groupdel <groupname> !
the name of an existing ACL group.
verifies that you intend to delete the group from the password database. If you do not specify !, you are prompted to verify the deletion.
groupmem username groupname | ! | - | " "
specify the name of an existing ACL group. If multiple groups are specified, separate each ACL group name with a space. The first ACL group name that you specify becomes the default ACL group for the user.
specify a hyphen (-) as a group list argument to serve as a place holder for a group name that cannot be changed.
specify an empty quoted argument (" ") as a group list argument to clear the group in that position.
specify an exclamation point (!) to indicate to SPD Server that there are no more groups in your group name declaration.
groupmem dswider - - "" - fondo !
groups
help [<command>]
the name of a psmgr command. If you specify a command, a short description of the command is displayed. If you issue a HELP command without an operand, a list of all available psmgr commands is displayed.
import <textfile>
the name of the flat file to import. This flat file contains the user definitions to add to the password database.
list [<username>]
an existing SPD Server user ID. If you do not specify a user ID, the entire password database is listed.
list bar
USER AUTHORIZATION IP ADDRESS ---- ------------- ----------- bar 7
reset <username> <newpwd> <newpwd>
the user ID of an existing SPD Server user.
a new password for the user. The new password can be up to eight characters in length. The new password must contain at least six characters. At least one character must be numeric, and at least one character must be alphabetic. The argument is repeated to verify the password for accuracy.
reset tom abc123 abc123
quit