Search code examples
active-directoryldapdistinguishedname

Where can I find a listing of LDAP Active directory messages and there meanings?


I am getting the error:

LDAPException: Invalid Credentials (49) Invalid Credentials
LDAPException: Server Message: 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1
LDAPException: Matched DN:

Where is a list that lists:

  • Server Message: 80090308 and meaning?
  • LdapErr: DSID-0C0903A9 and meaning?
  • data 52e, v1db1 and meaning?

Solution

  • I'm not aware of a specific listing. The first number (49) is a standard Windows error code. You can use this tool http://www.microsoft.com/en-us/download/details.aspx?id=985 to look them up. Ignore the part about "Exchange".

    The server message is also an error code - same tool as above.

    DSIDs are pointers to the file and line number in the AD source code, so, without access to that it's not useful. Finaly the last two tidbits are just internal data from AD itself.