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

limits #684

Open
ViVlVl opened this issue Aug 4, 2024 · 1 comment
Open

limits #684

ViVlVl opened this issue Aug 4, 2024 · 1 comment

Comments

@ViVlVl
Copy link

ViVlVl commented Aug 4, 2024

Hello,

my directory has about 1500 entries,
When I access the directory from the admin account - I get all users, but if I access the directory from "LDAP_READONLY_USER" - I get only 500.
There is a default limit for regular users (sizelimit) , is there an easy way to bypass it?

@bar2cha
Copy link

bar2cha commented Aug 16, 2024

Hello,

A non-persistent solution is to set olcSizeLimit greater than max entries:

docker exec -it ldap bash

ldapmodify -H ldapi:/// -Y EXTERNAL << EOF
dn: cn=config
changetype: modify
replace: olcSizeLimit
olcSizeLimit: 1600
EOF

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

No branches or pull requests

2 participants