mirror of
https://github.com/coltoneshaw/CS-Repro-Mattermost.git
synced 2025-12-23 18:11:34 +01:00
Fixed ldap issue for groups. #4
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
"EnableAdminFilter": true,
|
||||
"AdminFilter": "(memberof=cn=admin_staff,ou=people,dc=planetexpress,dc=com)",
|
||||
"GroupDisplayNameAttribute": "cn",
|
||||
"GroupIdAttribute": "dn",
|
||||
"GroupIdAttribute": "cn",
|
||||
"FirstNameAttribute": "givenName",
|
||||
"LastNameAttribute": "sn",
|
||||
"EmailAttribute": "mail",
|
||||
|
||||
Reference in New Issue
Block a user