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
Still thinking about joining us for Team '25 Europe? Early bird has been extended for just one week! Now’s the time to lock in your lowest rate. Use code TEU25COMM-20 to save 20% at checkout. Hurry, this only lasts for 1 more week.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.