Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ldap - pagination #38837

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
vittore opened this issue Oct 27, 2020 · 6 comments
Closed

ldap - pagination #38837

vittore opened this issue Oct 27, 2020 · 6 comments

Comments

@vittore
Copy link

vittore commented Oct 27, 2020

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.

@fabpot
Copy link
Member

fabpot commented Oct 27, 2020

Do you want to work on a fix?

@Nek-
Copy link
Contributor

Nek- commented Oct 29, 2020

Isn't this related to #38874 ?

@vittore
Copy link
Author

vittore commented Oct 29, 2020

Do you want to work on a fix?

Not now and in a few days.
:( Sorry.

@carsonbot
Copy link

Hey, thanks for your report!
There has not been a lot of activity here for a while. Is this bug still relevant? Have you managed to find a workaround?

@carsonbot
Copy link

Hello? This issue is about to be closed if nobody replies.

@jderusse
Copy link
Member

Implemented in #38392 and #39031

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants