Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×
Hello,
Have installed Jira Core 7.6 on Windows Server 2012
My intention is to create and Active Directory Sync that gets all users within an AD-group. But i get stuck on an error that my sync account cannot be found.
This is what i have filled in into the Configure LDAP User Directory page:
Base DN: DC=CORP,DC=ROOT,DC=GLOBAL
Additional DN: OU=Users, OU=Country,DC=CORP,DC=ROOT,DC=GLOBAL
Additional Group= OU=Groups, OU=Country,DC=CORP,DC=ROOT,DC=GLOBAL
LDAP Permission: Read Only
When i tested after the configuration of the parametres
My results are:
Test basic connection : Succeeded
Test retrieve user : Failed
org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-0310020A, problem 2001 (NO_OBJECT), data 0, best match of
Hi Abdelali,
You are getting LDAP error code 32 with data code 0.
This refers to the defined DN not existing.
You'll want to review your Base DN, Additional DN and Group DN to ensure they are valid and match against your AD.
It looks like you have your Base DN and additional DNs configured overlapping.
You may want to try:
Base DN: DC=CORP,DC=ROOT,DC=GLOBAL
Additional DN: OU=Users, OU=Country
Additional Group= OU=Groups, OU=Country
Hope this is enough to get you headed in the right direction to getting your Jira working with AD.
Best regards,
Brian
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.