You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a win 2008 AD Domain called 'mydomain.us' - CROWD Server and DC are on same subnet. What will be the BASEDN to use - tried ou=10.211.55.7,dc=10.211.55.0,dc=local
When i use cn=administrator for User and the correct password - i get this error
here was a problem communicating with the LDAP server: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903AA, comment: AcceptSecurityContext error, data 525, v1771]; nested exception is javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903AA, comment: AcceptSecurityContext error, data 525, v1771]
From my understanding, the Base DN should be configured as dc=mydomain,dc=us. Could you try that?
As for the LDAP Error Code 49, please see this KB article regarding it. According to the KB article, the error is saying that the user cn=administrator is not found in the Base DN you've specified.
Figure its pretty easy to get the DN from AD via command prompt, using the following "dsquery"
> dsquery user -name administrator
'CN=Administrator,CN=Users,DC=mycircleofcare,DC=us'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great to know. I'm not very familiar with AD, the information quite useful to me.
May I know what is the current status of the configuration? Keep us updated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works- thanks
BaseDN : cn=Users,dc=mydomain,dc=us
UserName : cn=Administrator,cn=Users,dc=mydomain,dc=us
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.