Webui settings - AD bind at wrong place (#10874)

This commit is contained in:
louis-oui 2019-11-22 19:25:57 +01:00 committed by PipoCanaja
parent ab2f909a9d
commit 09088f4885

View File

@ -288,6 +288,24 @@
"order": 0,
"type": "text"
},
"auth_ad_binddn": {
"group": "auth",
"section": "ad",
"order": 9,
"type": "text"
},
"auth_ad_bindpassword": {
"group": "auth",
"section": "ad",
"order": 8,
"type": "password"
},
"auth_ad_binduser": {
"group": "auth",
"section": "ad",
"order": 10,
"type": "text"
},
"auth_ldap_attr.uid": {
"default": "uid",
"group": "auth",
@ -313,24 +331,6 @@
"order": 10,
"type": "text"
},
"auth_ad_binddn": {
"group": "auth",
"section": "ldap",
"order": 9,
"type": "text"
},
"auth_ad_bindpassword": {
"group": "auth",
"section": "ldap",
"order": 8,
"type": "password"
},
"auth_ad_binduser": {
"group": "auth",
"section": "ldap",
"order": 10,
"type": "text"
},
"auth_ldap_cache_ttl": {
"default": 300,
"units": "seconds",