I hava an issue with the configuration of LDAP in Crowd.
Background A remote CentOS server running Atlassian Crowd needs to integrate with the in-house Microsoft Active Directory.
We configured Crowd with the following obfuscated details:
- URL: ldap://ldaps.xyzgroup.com.uk:389
- Base DN: OU=Users, DC=xyz, DC=local
- User account: xyz\parkbasead
- Password: <somepass>
Problem Crowd is correctly validating the server but throws an exception when the user logs in:
AcceptSecurityContext error, data 52e, v1db1]; nested exception is javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C090400, comment: AcceptSecurityContext error, data 52e, v1db1]
Given the details above, what constitutes a base DN and should we be using an UPN (fully qualified username) to log in from the remote server? In the base DN can someone share thoughts if DC=local should be replaced with a meaningful domain controller name?