]> source.dussan.org Git - nextcloud-server.git/commit
do not run paged results against ldap_read ops on PHP7.3+ 20536/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 17 Apr 2020 12:56:53 +0000 (14:56 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Tue, 21 Apr 2020 13:47:49 +0000 (15:47 +0200)
commit75c686d825edc6cd9259cc1cf5aae60ef58024b9
tree03dc7c99455d5bb16c2eff33d6ecdef4aca2a5b0
parent613f0f2c0c2f07ad084a64f85debe9f6845b78f2
do not run paged results against ldap_read ops on PHP7.3+

- previously it was needed as the PHP LDAP handling of paged results was
strange
- but now the read operation would fail, e.g. with extra home dir attribute
set ("Home dir attribute can't be read from LDAP for uid: foobar"

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