mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
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:
parent
e825a008c9
commit
a76840d206
@ -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);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user