LDAP return error codes



Below are the list of LDAP error codes with their description:


525 user not found
52e invalid credentials
530 not permitted to logon at this time
531 not permitted to logon at this workstation
532 password expired
533 account disabled
701 account expired
773 user must reset password
775 user account locked


These error codes are in the return message thrown by the LDAP server


Example of return message is as follows:
"The exception is [LDAP: error code 49 - 80090308: LdapErr: DSID-0Cxxxxxx, comment: AcceptSecurityContext error, data xxx, vece ]."


The AD-specific error code is the one after "data" and before "vece" or "v893" in the actual error string returned to the binding process











Comments

Popular Posts