mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -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
0a9a749174
commit
1d2d6e864d
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