Skip to content
Commit cf2fc58c authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

Backport of PR #7815, correct LDAP user count on setup with many users

(occ user:report)

LDAP: make sure cache key for paged result cookie matches when limit or offset is null or 0

LDAP: fix user report i.e. count for LDAP servers with really many users

initialize variable

var count is assigned in the inner loop so it must be checked inside there to be properly used as part of the exit condition of the outer loop

Put inner loop into own method, let's see whether it makes scrutinizer happier
parent e1b1ce68
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment