Hi
How can I exclude "disable users (OU=Disabled%20Users)" of active directory in confluence?
Here is my configuration:
Base DN:dc=corp,dc=com
Additional User DN:
Additional Group DN:
User Object Filter:(&(objectCategory=Person)(sAMAccountName=*))
Group Object Filter:(objectCategory=Group)
Thanks,
(&(&(objectCategory=Person)(sAMAccountName=*))(!(OU=Disabled%20Users))))
https://confluence.atlassian.com/kb/how-to-write-ldap-search-filters-792496933.html
http://www.ldapexplorer.com/en/manual/109010000-ldap-filter-syntax.htm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.