mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
You can now restrict what LDAP users can login based on LDAP membership groups (#4415)
This commit is contained in:
@@ -533,6 +533,8 @@
|
||||
"_LDAPUserName": "gecos",
|
||||
"_LDAPUserKey": "uid",
|
||||
"_LDAPUserEmail": "otherMail",
|
||||
"_LDAPUserGroups": "memberOf",
|
||||
"_LDAPUserRequiredGroupMembership": [ "CN=Domain Admins,CN=Users,DC=sample,DC=com" ],
|
||||
"_LDAPPptions": {
|
||||
"url": "test",
|
||||
"anne": {
|
||||
|
||||
Reference in New Issue
Block a user