Forums

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

Remove all LDAP groups during sync with Group Schema Filtering

PF September 10, 2018

I would like to not include AD groups during my User synchronization from AD.

My current Group Object filter (found under Group Schema Settings) is:

(&(objectCategory=Group)((cn:=xyz)))

This assumes there is no group in our AD labeled "xyz". This works, but is a hack way of accomplishing what I am trying to do.

Is there any way to ignore all groups from AD via filtering? I do not want to ask our LAN team to create an empty OU to reference.

 

Thanks!

1 answer

1 accepted

1 vote
Answer accepted
Daniel Eads
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 10, 2018

Hi Paul,

That's a good hack to get started! This question has been raised on Community before and the answer was pretty similar. Instead of using a fake Common Name though, you can just use a fake object:

(objectCategory=DummyValue)

Cheers,
Daniel

PF September 12, 2018

Great thanks!

Suggest an answer

Log in or Sign up to answer