Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
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.