Hi,
I searched a lot in the forum about blocking common users (that not belong to any Graylog* group) to login in Graylog, but didn’t find a way to block those common users to login
In my AD, I created two groups: GraylogReader and GraylogAdmin and mapped them to Graylog roles
The problem: any user from LDAP can login with the default role = Reader, even not belonging to any Graylog* group
My config:
3. User mapping
Search Base DN
dc=mycompany,dc=local
User Search Pattern
(&(objectClass=user)(sAMAccountName={0}))
Display Name attribute
givenname
4. Group Mapping (optional)
Group Search Base DN
dc=mycompany,dc=local
Group Search Pattern
(&(objectClass=group)(cn=Graylog*))
Group Name Attribute
cn
Default User Role
Reader
My Graylog version is 3.3.11
What can I do to allow Graylog login only to users belonging to GraylogAdmin or GraylogReader LDAP group? Is there a way to set up Default User Role to a Block/Deny Role instead of Reader?