This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
nextcloud-server
mirror of
https://github.com/nextcloud/server.git
Watch
1
Star
0
Fork
You've already forked nextcloud-server
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
LDAP: cheaper userExists() implementation, fixes oc-1012
Browse Source
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
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
3
apps/user_ldap/user_ldap.php
Unescape
Escape
View File
@ -136,6 +136,9 @@ class OC_USER_LDAP extends OC_User_Backend {
return false;
}
return true;
}
return true;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
sascha/nextcloud-server
Title
Body
Create Issue