Privilege Manager for Unix validates user passwords even though they are expired
说明
Privilege Manager for Unix validates user passwords even though they are expired
原因
Coding in the policy had the getuserpasswd() routine. The getuserpasswd() routine only compares the entered password against the hashed password, and does not check password expiration.
解决办法
To get the password authentication to check for password expiration, you need to use the authenticate_pam() authentication function.
其他信息
For more information view the Privilege Manager for Unix Administration Guide.