Could we use User Directories settings for login "User Schema Settings" -> "User Object Filter" with one big group and excent another small group?
Are "User Object Filter" accept "!=" operator for group or another one?
You can use memberOf in the User Object Filter similar to the following (example from here)
(&(objectCategory=Person)(sAMAccountName=*)(memberOf=CN=jira-users,OU=Distribution Groups,DC=domain,DC=corp))
An example of != would be something like
(&(objectCategory=Person)(!(cn=user)))
More example can be found in https://confluence.atlassian.com/display/DEV/How+to+write+LDAP+search+filters
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.