We will implement MIXEDCASE password in RACF. But I have a question about the RACF PASSASIS profile bit.
1) RACF MIXEDCASE option is NOT active
2) "Allow Lower Case Pswds:" is set to YES in SMRT
3) problem, now users have to enter their passwords in uppercase in TPX to be able to logon. Nevertheless, without using TPX, TSO logon screen still accept mixed-case passwords and allow to logon even when password is entered in lower-case (of course, because, RACF mixedcase is inactive).
In RACF, the PASSASIS bit should be set to 1 only when a user changes his password in a MIXEDCASE password environment. If the PASSASIS bit is off in the user's profile and the password does not match the current password in the user's profile, RACF will fold the password to uppercase and again compare to the current password provided MIXEDCASE PASSWORD support is enabled in SETROPTS.
Is it possible to continue to enter the password in lowercase in TPX until PASSASIS RACF profile bit is set to 1?
I am aware of TPX recommendation "the user will have to explicitly enter the current password in UPPER case" in article TPX SMRT setting 'Allow Lower Case Pswds' Y - Mixed Case Support, but I wondered if I missed something.
The PASSASIS bit in RACF is not something that TPX can use because by the time RACF is contacted by TPX for the USERID signon, the password has already been worked on in TPX.
From SMRT field level help: Allow Lower Case Pswds - Specifies whether or not TPX will change all characters in the password, new password and lock word fields to upper case before sending to security.
So...
with Allow Lower Case Pswds: N (default)
with Allow Lower Case Pswds: Y
If you want to allow users to continue to enter their password in lower/mixed case, set Allow Lower Case Pswds in TPX to N until the time that you make the change in RACF when you will change this back to Y at the same time as the RACF change.
As you are aware, once you make the change to allow mixed case in RACF and TPX, the users will need to explicitly enter their password in upper case to match what is stored in RACF until they enter a new password in mixed case.