]> source.dussan.org Git - nextcloud-server.git/commit
do not try to search after the last page 26798/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Tue, 27 Apr 2021 10:52:26 +0000 (12:52 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Tue, 27 Apr 2021 17:41:58 +0000 (17:41 +0000)
commit46ae7463792d66f06cd65f12eff73177cc37079a
tree32fa3b3578d6387ac1e66cfeb607b293b9240c25
parentf369fdaf943f9130debe440099b227c732e91e38
do not try to search after the last page

- saves an LDAP requests in these cases
- prevents a Protocol Error logged on < 7.3 API (for backports)

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/user_ldap/composer/composer/autoload_classmap.php
apps/user_ldap/composer/composer/autoload_static.php
apps/user_ldap/lib/Access.php
apps/user_ldap/lib/Exceptions/NoMoreResults.php [new file with mode: 0644]