Skip to content
Snippets Groups Projects
Commit a76840d2 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

Wizard: enable base DN for editing, if not base DN could have been detected....

Wizard: enable base DN for editing, if not base DN could have been detected. Also part of fix for #6670
parent e825a008
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,7 @@ var LdapWizard = {
LdapWizard.hideSpinner('#ldap_base');
LdapWizard.showInfoBox('Please specify a Base DN');
LdapWizard.showInfoBox('Could not determine Base DN');
$('#ldap_base').prop('disabled', false);
}
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment