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

Support for children search scope constant declaration #481

Closed
sirzzang opened this issue Jan 12, 2024 · 1 comment
Closed

Support for children search scope constant declaration #481

sirzzang opened this issue Jan 12, 2024 · 1 comment

Comments

@sirzzang
Copy link
Contributor

Hi. I want to search entries from LDAP server by using ‘children’ value in the scope option, similar to what is possible with the -s option in the ldapsearch command.

After trying out different approaches, I've come to realize that SearchRequest with scope argument set to value 3 does exactly what I wanted to do, but there is no constant declaration for representing this scope level.
I know scope level for children is not defined in RFC4511. However, I think adding constant declaration for children level would enhance convenience for users like me. Since the code using SearchRequest currently functions well with the scope argument value 3, incorporating it into a constant declaration would add more clarity and coherence.

Could you please review PR #480 and add support for it?

Thanks.

@cpuschma
Copy link
Member

Hi, #480 has been merged. Thank you for bringing this up and your contribution.

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