AD Authentication errors
- 07 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
AD Authentication errors
- Updated on 07 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
LDAP Error Code 49
Symptoms
Users are unable to log in. The following error is encountered:
javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 701, v1db0]
Causes
There could be many reasons for the issue. Please check the error code (in the example above, it's 701) and match it with the description in the following table:
Error code | 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 (remember to check the user set in osuser.xml also) |
533 | account disabled |
701 | account expired |
773 | The user must reset the password |
775 | user account locked |
In the above example, the error code is 701 (account expired)
Resolution
Since the issue often originates from Active Directory, consult with the AD administrator for resolution.
Was this article helpful?