]> source.dussan.org Git - nextcloud-server.git/commit
LDAP's checkPassword should only catch when a user was not found, fixes #2431 3493/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Mon, 30 Jan 2017 15:57:40 +0000 (16:57 +0100)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 15 Feb 2017 10:50:36 +0000 (11:50 +0100)
commit839f2342da33faa3e53ad8f33aa8376bb7c8cd40
tree48dce9705334b1281dab66b165f689f62b1f72c3
parentd41b2d688c11eb63f2c4b429f4eb33d2f3afee5c
LDAP's checkPassword should only catch when a user was not found, fixes #2431

Also fixes error processing after ldap_search, due to different return format

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/user_ldap/lib/Access.php
apps/user_ldap/lib/LDAP.php
apps/user_ldap/lib/User_LDAP.php