mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
You can now restrict what LDAP users can login based on LDAP membership groups (#4415)
This commit is contained in:
parent
8d1eab20e5
commit
daa4c60b77
4 changed files with 42 additions and 9 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue