With KDCUSER you can:
disable or release user IDs for the application
define, change or delete passwords for user IDs.
Effect in UTM cluster applications
In UTM cluster applications, KDCUSER applies globally to the cluster.
Period of validity of the change
Changes remain valid beyond the end of the application.
KDCUSER
USER={ username | (username_1,username_2,...,username_10) }
[ ,PASS=password ]
[ ,STATUS={ ON| OFF } ]
USER=(user1,user2,...) | ||
Names of the user IDs to be administered. You can enter a maximum of 10 names per call. If you only enter one name you do not need to key in the parentheses. | ||
PASS=password | ||
Issue, change or delete password for the user ID. The password can be up to 16 characters in length. If the specified password is shorter than 16 characters openUTM fills the balance with blanks. You can enter the password as a hexadecimal string (32 half bytes) in the form X'.....' or as a character string C'....'. Example: You delete a password by entering PASS=C' ' (blank). If you enter 16 binary zero characters (X'00000000000000000000000000000000') you will not change the password. You can only delete the password if
If a password with a restricted period of validity is generated for a user ID, you cannot enter the old password as the new password when changing the password. | ||
STATUS= | ||
ON | Releases the user ID | |
OFF | Disables the user ID. This lock takes effect when the user next attempts to sign on. This function does not work for the administrator. |
Output from KDCUSER
The old and the new status of the administered user IDs are displayed at the administrator terminal along with an indication of the password having been changed, where applicable.
USER STATUS NEW OLD user1 ON|OFF ON|OFF PASSWORD CHANGED