Hello,
I would like to synchronize users between JIRA and my MS active directory. To avoid synchronizing all users from the AD, I’ve created a new users group (ie IVCWI_JIRA) and I’ve added a couple of users in this group.
In my directory settings in JIRA, do you know how to complete the filter to take in account only users from the AD who belonged to users group IVCWI_JIRA?
Now the User Object Filet is filled with "(&(objectCategory=Person)(sAMAccountName=*))"
Thank you for your help!!
Hello, I get it! just a stupid mistake in my filter... coma missing!
Thank you!
Hi!
please clarify - are you want import those users in jira internal directory ?
or want to limit search for increase speed of search?
or you aware of licence limit ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Try something like this:
(&(objectCategory=Person)(sAMAccountName=*)(memberof=CN=VCWI_JIRA ,OU=Groups,OU=...,OU=...,DC=...,DC=com))
Replace ... with the relevent info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.