Enum DraftBeheraLDAPPasswordPolicy10ErrorType

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ACCOUNT_LOCKED
      The error type that indicates the user's account is locked or disabled.
      CHANGE_AFTER_RESET
      The error type that indicates the user's password must be changed before any other operation will be allowed.
      INSUFFICIENT_PASSWORD_QUALITY
      The error type that indicates the proposed password is too weak to be acceptable.
      MUST_SUPPLY_OLD_PASSWORD
      The error type that indicates the user must provide the current password when attempting to set a new one.
      PASSWORD_EXPIRED
      The error type that indicates the user's password is expired.
      PASSWORD_IN_HISTORY
      The error type that indicates the proposed password is already in the password history.
      PASSWORD_MOD_NOT_ALLOWED
      The error type that indicates that user password changes aren't allowed.
      PASSWORD_TOO_SHORT
      The error type that indicates the proposed password is too short.
      PASSWORD_TOO_YOUNG
      The error type that indicates the user's password cannot be changed because it has not been long enough since it was last changed.