Changing your password
Your user ID identifies you to RACF® and your password verifies your identity. You must change your password after a certain interval of time to help ensure that it is known only to you. You can change the time interval between required password changes at the time you change your password.
If you have multiple user IDs, you can keep your passwords that are automatically synchronized on the same system or across multiple systems by defining peer user ID associations with password synchronization enabled between your user IDs. See Synchronizing your passwords and password phrases for additional information. An installation can also maintain the synchronization of user passwords between the same user IDs on different nodes by using automatic password direction. See Automatic password direction for additional information.
- The length can be 1 to 8 characters.
- Valid characters are alphabetic uppercase (A–Z), numeric
(0–9), and national (# (X'7B'), @ (X'7C'),
and $ (X'5B')). If your installation supports mixed case
passwords, alphabetic lowercase characters (a-z) are also accepted
in passwords. If your installation does not support mixed case passwords,
any lowercase characters that you enter for your password are folded
to uppercase. If you do not know whether mixed case passwords are
supported, ask your security administrator.If your installation supports special characters in passwords, symbolic characters other than @, #, or $, that can be used are:
! % & * _ + | : < > ? . - =
PASSWORD PASSWORD(current-password new-password)
subjectto
testers, type:
PASSWORD PASSWORD(subject testers)
If your
installation does not support mixed case passwords, RACF folds passwords that you enter to uppercase.
In that case, the command shown changes your password from SUBJECTto
TESTERS.
PASSWORD INTERVAL(interval-you-want)
PASSWORD INTERVAL(15)
At the end of 15 days, RACF requires you to change your current password.RACF allows the interval to be in the range of 1 to 254 days. Your installation chooses its own interval in this range. You can change your password interval to a shorter length of time than your installation requires but you cannot specify a longer interval. For example, if your installation has a password interval of 30 days, you can change the interval to any number from 1 to 30 but you cannot change your password interval to 45 days.
If you do not know your current password interval, enter the LISTUSER command and check the PASS-INTERVAL field. For more information, see Understanding the information RACF has about you as a user.
PASSWORD PASSWORD(current-password new-password) INTERVAL(interval)
subjectto
testers, and the interval to 15 days, enter the following command:
PASSWORD PASSWORD(subject testers) INTERVAL(15)