Forums

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

Limit LDAP synchronization to a group

Tommi Hovi
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!
May 2, 2019

I've tried to find an answer from documentation and from forums but didn't really find anything to help me out.

I have two Security Groups in AD for Jira, let's call them sg_jira_users and sg_jira_admins. Both of these groups reside in an OU called Security Groups. What I want to achieve is to synchronize these two groups only and the users within and not any other group or user.

Base DN: dc=company,dc=com

Additional Group DN: ou=Security Groups

What other filtering I need to do and should I use LDAP schema, User schema, Group schema and/or Membership schema for this?


Thanks in advance!

1 answer

0 votes
JP _AC Bielefeld Leader_
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 Leaders.
May 2, 2019

Hi,

you should check an approach by setting an additional user object filter like eg.

(&(sAMAccountType=805306368)(mail=*)(!(|(memberOf=sg_jira_users)(memberOf=sg_jira_admins))))

Without this filter all users will be synchronized, but only the groups below ou=Security Groups. Group & user sync are independent.

Best

JP

Suggest an answer

Log in or Sign up to answer