Hi Team
We have LDAP as user directory and filtered using 2 AD groups.
This AD group already has 45 users and they are reflecting in Bitbucket. Now 2 more users added to the group however, under Groups section these 2 new users are not reflected
I logged into Bitbucket as admin -> go to User Directories
These are filters
User filter
(&(objectCategory=Person)(sAMAccountName=*)(memberOf=CN=xxx1,OU=Users,OU=xxx,OU=xxx2,OU=xxx3,DC=XXX,DC=XXX,DC=com))
Group Filter
(&(objectCategory=Group)(cn=xxx1)(cn=xxx2))
Note:
1) We do not have Jira, only Bitbucket
2) Above filters are working on existing 45 users but 2 new users are not reflecting under group, as a workaround I have added these 2 users under Global permissions.
3) Licenses are still available not exceeded.
4) When I tried manually add these 2 users under group I got this error
User xxxx could not be added to the xxx1 group. Verify they are not from a read-only directory or consult the logs for more information on the error.
5)Under LDAP permissions it is Read only set
Regards