mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added: auth_ldap_skip_group_check when ldap_compare is not supported (#13926)
* Adding an option (auth_ldap_skip_group_check) to bypass ldap_compare if the server does not support the option * add auth_ldap_skip_group_check to config_definitions.json * update resources/lang/en/settings.php * add missing comma * rename auth_ldap_skip_group_check to auth_ldap_require_groupmembership and change logic Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
@@ -578,6 +578,13 @@
|
||||
"order": 0,
|
||||
"type": "text"
|
||||
},
|
||||
"auth_ldap_require_groupmembership": {
|
||||
"default": true,
|
||||
"group": "auth",
|
||||
"section": "ldap",
|
||||
"order": 4,
|
||||
"type": "boolean"
|
||||
},
|
||||
"auth_ldap_starttls": {
|
||||
"default": "disabled",
|
||||
"group": "auth",
|
||||
|
Reference in New Issue
Block a user