Skip to content
Snippets Groups Projects
Commit 86192c2f authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

checked, works for me

parent 9cd5221d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment