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

Wrong handling for server side sizelimit #72

Closed
rhafer opened this issue Jul 14, 2022 · 0 comments · Fixed by #73
Closed

Wrong handling for server side sizelimit #72

rhafer opened this issue Jul 14, 2022 · 0 comments · Fixed by #73
Assignees

Comments

@rhafer
Copy link
Collaborator

rhafer commented Jul 14, 2022

While the server does not return more results than request. It does return the proper SIZE_LIMIT_EXCEEDED error in that case.

ldapsearch -x -H ldaps://:9235 -D uid=libregraph,ou=sysusers,o=libregraph-idm -W -b o=libregraph-idm -z1
Enter LDAP Password: 
# extended LDIF
#
# LDAPv3
# base <o=libregraph-idm> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#

# libregraph-idm
dn: o=libregraph-idm
o: libregraph-idm
objectClass: organization

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1
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

Successfully merging a pull request may close this issue.

1 participant