LDAP: cheaper userExists() implementation, fixes oc-1012

remotes/origin/stable45
Arthur Schiwon 2012-06-22 12:42:07 +07:00
parent d64a7716f1
commit 3f6a7859c9
1 changed files with 3 additions and 0 deletions

@ -136,6 +136,9 @@ class OC_USER_LDAP extends OC_User_Backend {
return false;
}
return true;
}
return true;
}