mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix ldap groups not being overridden (#10700)
This commit is contained in:
@@ -248,17 +248,7 @@
|
|||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"auth_ad_groups": {
|
"auth_ad_groups": {
|
||||||
"default": {
|
"default": {},
|
||||||
"admin": {
|
|
||||||
"level": 10
|
|
||||||
},
|
|
||||||
"pfy": {
|
|
||||||
"level": 5
|
|
||||||
},
|
|
||||||
"support": {
|
|
||||||
"level": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"group": "auth",
|
"group": "auth",
|
||||||
"section": "ad",
|
"section": "ad",
|
||||||
"order": 4,
|
"order": 4,
|
||||||
@@ -370,17 +360,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"auth_ldap_groups": {
|
"auth_ldap_groups": {
|
||||||
"default": {
|
"default": {},
|
||||||
"admin": {
|
|
||||||
"level": 10
|
|
||||||
},
|
|
||||||
"pfy": {
|
|
||||||
"level": 5
|
|
||||||
},
|
|
||||||
"support": {
|
|
||||||
"level": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"group": "auth",
|
"group": "auth",
|
||||||
"section": "ldap",
|
"section": "ldap",
|
||||||
"order": 4,
|
"order": 4,
|
||||||
|
Reference in New Issue
Block a user