The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

login to a specific directory service

Patrick Gutheil
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 6, 2014

Hi,

we evaluate Jira and created a user in the local database. Now I create LDAP with Authentication and change the order of the services for login. The LDAP with Authentication copies the user but don't merge them. My local user and my AD user use the same login name. But the new user have no admin permissions.

How could I login withthe user from the internal database?

Best regards

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Tiago Comasseto
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 6, 2014

Hi Patrick,

When you have two users with the same username, but in different directories, JIRA will only authenticate with the user that belongs to the directory on the top position.

The only thing is that JIRA won't merge the group membership. For example, if the internal user is member of the group jira-administrators (which is the default group with administration privileges), the LDAP user won't inherit this group.

I believe that this was what happened in your case, the easist way to solve this issue is make the LDAP user member of the jira-administrators in the LDAP side (you would need to create this group in your LDAP in case it doesn't currently exist).

Also, this would only work if your LDAP directory in JIRA was configured to synchronize the groups from your LDAP (see "Synchronise Group Memberships" in this doc).

I hope it helps.

Cheers