Wizard: enable base DN for editing, if not base DN could have been detected. Also part of fix for #6670

This commit is contained in:
Arthur Schiwon 2014-02-05 10:30:56 +01:00
parent e825a008c9
commit a76840d206
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
);
}