Hello all,
I am using the "Microsoft Active Directory (Read Only, with Local Groups)" directory to synchronise users from my AD. I'm filtering only those that belong to a specific Security Group, this is working fine :
User Object Filter: (&(&(objectCategory=Person)(sAMAccountName=*))(memberOf=GroupName))
Now I would like to start using other groups from AD to give permissions within Bitbucket so my Group Filter is simply (objectCategory=Group). The problem is this is bringing over more that 12,000 groups from my AD and I would only be using a few of them.
Is there a way to write a Group filter depending on the User filter? Ie. only groups of which at least one of the users (from the User object filter) is member are synchronised ?
Thanks!
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.