From 09088f48854227a7affaa67ed610309698771ce2 Mon Sep 17 00:00:00 2001 From: louis-oui <47607835+louis-oui@users.noreply.github.com> Date: Fri, 22 Nov 2019 19:25:57 +0100 Subject: [PATCH] Webui settings - AD bind at wrong place (#10874) --- misc/config_definitions.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/misc/config_definitions.json b/misc/config_definitions.json index f62938583f..2ed22cb69f 100644 --- a/misc/config_definitions.json +++ b/misc/config_definitions.json @@ -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",