mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
ldap_entry - Recursive deletion (#4355)
* ldap_entry - Recursive deletion * Recursive deletion can be enabled with the `recursive` option. It is disabled by default. * When enabled, deletion is attempted by sending a single delete request with the Subtree Delete control. If that request fails with the `NOT_ALLOWED_ON_NONLEAF` error, try deleting the whole branch in reverse order using individual delete requests. * ldap_entry recursive deletion - Changelog fragment * ldap_entry - Refactored to avoid lint message * Update changelogs/fragments/4355-ldap-recursive-delete.yml Co-authored-by: Felix Fontein <felix@fontein.de> * ldap_entry - Add version_added to the recursive flag Co-authored-by: Felix Fontein <felix@fontein.de> * ldap_entry - Moved member assignment to a more suitable location Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
cf4d68ac50
commit
0b71d123d2
2 changed files with 33 additions and 2 deletions
4
changelogs/fragments/4355-ldap-recursive-delete.yml
Normal file
4
changelogs/fragments/4355-ldap-recursive-delete.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
minor_changes:
|
||||
- ldap_entry - add support for recursive deletion
|
||||
(https://github.com/ansible-collections/community.general/issues/3613).
|
Loading…
Add table
Add a link
Reference in a new issue