-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
plugins/modules/ldap_search: Add support for multipage searches #6648
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! I've added some first comments.
Co-authored-by: Felix Fontein <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, as far as I can judge. I have to small nit improvements though:
Co-authored-by: Felix Fontein <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If nobody objects, I'll merge this in ~a week.
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6697 🤖 @patchback |
* Add more integration tests for ldap_search * Add new page_size option to ldap_search * Add changelog fragment * Apply suggestions from code review Co-authored-by: Felix Fontein <[email protected]> * Simplify if statement to reduce negatives * Apply suggestions from code review Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 8801463)
@Gnonthgol thanks for implementing this! |
…dd support for multipage searches (#6697) plugins/modules/ldap_search: Add support for multipage searches (#6648) * Add more integration tests for ldap_search * Add new page_size option to ldap_search * Add changelog fragment * Apply suggestions from code review Co-authored-by: Felix Fontein <[email protected]> * Simplify if statement to reduce negatives * Apply suggestions from code review Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 8801463) Co-authored-by: Gnonthgol <[email protected]>
SUMMARY
Add a new
page_size
option to ldap_search to enable paged searches.ISSUE TYPE
COMPONENT NAME
plugins/modules/ldap_search.py