mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 10:30:49 -04:00
checked, works for me
This commit is contained in:
parent
9cd5221d47
commit
86192c2f8d
1 changed files with 0 additions and 1 deletions
|
|
@ -177,7 +177,6 @@ class OC_LDAP {
|
|||
}
|
||||
}
|
||||
|
||||
//TODO: Check if it works. Before, it was outside the resource-condition
|
||||
$ldapLogin = @ldap_bind(self::$ldapConnectionRes, self::$ldapAgentName, self::$ldapAgentPassword );
|
||||
if(!$ldapLogin) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue