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