GLPWSA114E Password policy rule violated. Verify the input given.

Explanation

The specified input violates at least one of the password policy rules. Password Policy Rules are following: 1. pwdMinLength should be greater than or equal to pwdMinOtherChars + passwordAlphaChars 2. pwdMinLength should be greater than or equal to pwdMinDiffChars 3. pwdMaxAge should be greater than pwdMinAge 4. pwdMaxAge should be greater than or equal to pwdExpireWarning 5. pwdAllowUserChange has to be TRUE, if pwdMustChange is TRUE 6. passwordMaxRepeatedChars should be greater than or equal to passwordMaxConsecutiveRepeatedChars

User response

Specify input that does not violate the password policy rules.