Closed
Description
Symfony version(s) affected: 4.4.*
Description
Ldap on large directory don't considers pagination
How to reproduce
Microsoft Active Directory with > 1.000 users (tested on 2k and 3k users domains)
echo $ldap->query($baseDN,'(objectclass=user)',$options)->execute()->count();```
Print *always* 1.000 users.
**Possible Solution**
Component needs to fully supports pagination.