Changing hashed password value
Our users authenticate to PeopleSoft through active directory. Therefore, they generally do not use their PeopleSoft passwords. The hashed value of the operator password is stored in the operpswd field of the psoprdefn table. In order to ensure that nobody has a PeopleSoft password that is not secure enough, I am considering doing a mass update of the operpswd field to a random hashed value. This would prevent anyone from having a usable PeopleSoft password. Can anyone think of any problems with this approach?
0