]> source.dussan.org Git - nextcloud-server.git/commitdiff
checked, works for me
authorArthur Schiwon <blizzz@owncloud.com>
Mon, 16 Apr 2012 15:31:39 +0000 (17:31 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 16 Apr 2012 15:31:39 +0000 (17:31 +0200)
apps/user_ldap/lib_ldap.php

index eb6a7214c1cd6212815600734182d12953cf7dea..ab815171b8da6e5774d9b8fb564b8728b9e23a1c 100644 (file)
@@ -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;