]> source.dussan.org Git - nextcloud-server.git/commitdiff
LDAP: cheaper userExists() implementation, fixes oc-1012
authorArthur Schiwon <blizzz@owncloud.com>
Fri, 22 Jun 2012 10:42:07 +0000 (12:42 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 25 Jun 2012 11:22:00 +0000 (13:22 +0200)
apps/user_ldap/user_ldap.php

index 85b3d88973c7d4e2d528e6b63322e6f6e086c100..b98cf7a55b24c021a64004060a9b64cb7b900908 100644 (file)
@@ -136,6 +136,9 @@ class OC_USER_LDAP extends OC_User_Backend {
                        return false;
                }
 
+               return true;
+               }
+
                return true;
        }