exclude some Active Directory groups from search #216
-
Hello Yvand. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In the role claim type entry, you can set the To exclude 1 group: To exclude 2 groups: |
Beta Was this translation helpful? Give feedback.
-
Hello Yvand. (!(&(sAMAccountName=GSTest))) (!(&(sAMAccountName=GSTest2))) Thank you for your answer! |
Beta Was this translation helpful? Give feedback.
In the role claim type entry, you can set the
Additional LDAP filter
as below:To exclude 1 group:
(!(sAMAccountName=group1))
To exclude 2 groups:
(!(sAMAccountName=group1)) (!(sAMAccountName=group2))