You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
we use Bitbucket connected to an Active Directory.
Our Active Directory is polluted with thousands of groups, so I want to limit the number of groups, which are available in bitbucket.
We have two (relevant) "OU"s
OU=department,DC=company,DC=com
and
OU=sub,OU=department,DC=company,DC=com
I want to filter a few specific groups out of the upper OU, and ALL groups of the OU 'sub'.
So I configured it as follows:
Base DN: DC=company,DC=com
Additional Group DN: OU=department
In "Group object filter" I tried many things but nothing works... :(
In my opinion it has to be
(&(objectClass=group)(|(cn=WildcardForSpecialGroups*)(OU=sub,OU=department,DC=company,DC=com)))
But with that group filter no groups will be imported.
Thanks in advance.
Rgds
Dieter
Looks like wildcard does not support :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.