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:
micko
2022-05-06 17:48:01 -04:00
committed by GitHub
parent 9f388c932f
commit c3cf527301
3 changed files with 17 additions and 0 deletions

View File

@@ -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",