mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
Avoid double ldap_unbind in Wizard.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
29be674b5d
commit
07155246d3
1 changed files with 0 additions and 1 deletions
|
|
@ -1093,7 +1093,6 @@ class Wizard extends LDAPUtility {
|
|||
}
|
||||
|
||||
if ($login === true) {
|
||||
$this->ldap->unbind($cr);
|
||||
$this->logger->debug(
|
||||
'Wiz: Bind successful to Port '. $port . ' TLS ' . (int)$tls,
|
||||
['app' => 'user_ldap']
|
||||
|
|
|
|||
Loading…
Reference in a new issue