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.
We have a single user directory and pull in multiple AD groups by using filters similar to:
(&(objectClass=person)(|(memberOf=cn=xyz1,ou=xyz,dc=company,dc=local)
(memberOf=cn=xyz2,ou=xyz,dc=company,dc=local)
(memberOf=cn=xyz3,ou=xyz,dc=company,dc=local)
(memberOf=cn=xyz4,ou=xyz,dc=company,dc=local))
(!(objectClass=computer)))
but are getting duplicate users which are counted towards our licensed_user count.
Questions:
1. Is there a way duplicate users aren't pulled with the filter query.
2. If duplicates are pulled; due to users having access to multiple AD groups (test and development for eg) they arent counted twice against the licensed_users? I already reviewed https://confluence.atlassian.com/kb/how-to-write-ldap-search-filters-792496933.html but couldn't get any cleaner way.
Product: Bitbucket Server (7.19.2)