mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-21 13:31:43 -07:00
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 <felix@fontein.de> * Simplify if statement to reduce negatives * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f3ecf4c7f8
commit
8801463575
6 changed files with 118 additions and 15 deletions
2
changelogs/fragments/6648_ldap_search_page_size.yml
Normal file
2
changelogs/fragments/6648_ldap_search_page_size.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- ldap_search - add a new ``page_size`` option to enable paged searches (https://github.com/ansible-collections/community.general/pull/6648).
|
Loading…
Add table
Add a link
Reference in a new issue