-
Notifications
You must be signed in to change notification settings - Fork 364
Add Persistent search control + PersistentSearch() #80
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
Conversation
Conflicts: search.go
Conflicts: control.go
Fix control round-tripping, parsing
…sistent-search Conflicts: control.go
Any update on this PR? |
@christian-roggia I can rework this after #160 and maybe #172 have been merged. I would need you to test it after reworking it. |
@vetinari As soon as this PR will be merged I will open a new PR with the Persistent Search for Microsoft Active Directory, which is slightly different. My implementation is not perfect and could use some improvements but it is stable and we are using it in our stage environment and soon will be deployed to production. Please let me know if there is a channel (Slack, Skype, Hangouts) where we can coordinate efforts for this PR. |
@vetinari - do you want to clean this up for merging? |
@vetinari another one to update? |
This adds the persistent search control from https://www.ietf.org/proceedings/50/I-D/ldapext-psearch-03.txt. The code comes with a PersistentSearch() function to use this control.
minor change: use the LDAP Application Codes (e.g. ApplicationSearchResultEntry) instead of the int in the result parsing.