checked, works for me
This commit is contained in:
parent
9cd5221d47
commit
86192c2f8d
|
@ -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 );
|
$ldapLogin = @ldap_bind(self::$ldapConnectionRes, self::$ldapAgentName, self::$ldapAgentPassword );
|
||||||
if(!$ldapLogin) {
|
if(!$ldapLogin) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue