Hi All,
We are using Microsoft Active Directory in Jira Server. But it is synced with unwanted groups with invalid email address. Since we are migrating from server to cloud we need to config a new Microsoft Active Directory for jira-users group & jira-admin group only. We dont want other groups in MS AD.
User Object filter : (&(objectCategory=Person)(sAMAccountName=*))
Group Object Filter = (objectCategory=Group)
Kindly assist on how to setup the above filters for jira-users & jira admin groups only.
Thanks
Pradeep
This should have everything you need:
https://confluence.atlassian.com/kb/how-to-write-ldap-search-filters-792496933.html
the tl;dr is that you can probably use the following (you'll need to modify the dc= entries to match your domain
(&(objectCategory=Person)(sAMAccountName=*)(|(memberOf=cn=jira-users,ou=users,dc=company,dc=com)(memberOf=cn=jira admin,ou=users,dc=company,dc=com)))
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.