LDAP Connection Error: "LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 701, v1db0"
The LDAP connection error "LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 701, v1db0" indicates that authentication failed because the account has expired.
The Lightweight Directory Access Protocol (LDAP) server rejected the Admin user DN and password. This error can happen for a number of reasons. To determine the specific reason, look at the error codes shown in the message returned by the LDAP server.
- Error code 49 means that authentication failed.
- The phrase
data 701
indicates why authentication failed. The 701 value means that the account has expired. You can view a list of other authentication failure codes on the LDAP Error Code 49 page at confluence.atlassian.com.