LDAP error code 49 during ldap sync

  • 7013226
  • 09-Sep-2013
  • 09-Sep-2013

Environment

Novell Filr 1.0

Situation

Unable to import users during Filr LDAP Sync. Error response code with LDAP - 49
When synchronizing users and/or groups with Filr Administration Console | LDAP, the following error occurs during the LDAP synchronization:
[LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903AA, comment: AcceptSecurityContext error, data 525, v1772]
 

Resolution

Return Code 49 means LDAP_INVALID_CREDENTIALS: Indicates that during a bind operation one of the following occurred:
  • The client passed either an incorrect DN or password.
  • The password is incorrect because it has expired, intruder detection has locked the account, or some other similar reason.

Verify the context path and password are both correct.

Additional Information

For example, with Active Directory (AD):
  • Correct:   CN=Administrator,CN=lab,DC=novell,DC=com
  • Incorrect: CN=Administrator,OU=lab,DC=novell,DC=com