Commit f829029d authored by Andrew Walker's avatar Andrew Walker
Browse files

Fix

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -618,7 +618,7 @@ class LDAPService(TDBWrapConfigService):
# No overlap between old and new hostnames and so force server_type autodetection
data['server_type'] = None
if not new['server_type'] and data['enable']:
if not data['server_type'] and data['enable']:
data['server_type'] = await self.autodetect_ldap_settings(data)
if data['server_type'] == constants.SERVER_TYPE_ACTIVE_DIRECTORY:
verrors.add(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment