Skip to content
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

Pagination of LDAP users in sync #7348

Closed
hExPY opened this issue Jun 27, 2017 · 2 comments · Fixed by #8372
Closed

Pagination of LDAP users in sync #7348

hExPY opened this issue Jun 27, 2017 · 2 comments · Fixed by #8372

Comments

@hExPY
Copy link

hExPY commented Jun 27, 2017

Rocket.Chat Version: 0.55.1
Running Instances: 1
DB Replicaset OpLog: enabled
Node Version: v4.5.0

Hey guys, today i found out that the rocket chat only sync up to 500 Users from ldap. We have like ~600 Users. Do you know how to enable e.g. pagination in rocket chat or fix this issue?

(it tells that 500 users in total and 500 are active.)

Kind regards,

@geekgonecrazy
Copy link
Contributor

@hExPY what ldap server are you using? I'm assuming this is the max number your ldap server will return in a single payload. Looking over the code on our side there is no limit. But there also doesn't appear to be any pagination.

Your server may have a setting somewhere to configure how many are returned. I'd take a look there for a quicker fix.

@geekgonecrazy geekgonecrazy changed the title LDAP 500 User Limit Cap Allow pagination of LDAP users in sync Jun 27, 2017
@geekgonecrazy geekgonecrazy changed the title Allow pagination of LDAP users in sync Pagination of LDAP users in sync Jun 27, 2017
@hExPY
Copy link
Author

hExPY commented Jun 28, 2017

Hi @geekgonecrazy we're using openldap. Yes. 500 is the maximum and after 500 theres a pagination. I'll have to figure out if its possible to set up the return of more than 500 users.

Thanks!!

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

Successfully merging a pull request may close this issue.

3 participants