-
- Downloads
Add support for adding external members to ipagroup.
This patch add support for adding external members to ipagroup which have the `external` attribute set. It adds another attribute to the module, `external_members`, which is a list of users or groups from an external trust, to be added to the group. This patch requires server-trust-ad to be tested, as such, the tests have been guarded by a test block, for when such tests are available in ansible-freeipa CI. Fixes issue #418
Showing
- README-group.md 19 additions, 0 deletionsREADME-group.md
- plugins/modules/ipagroup.py 127 additions, 67 deletionsplugins/modules/ipagroup.py
- tests/env_freeipa_facts.yml 1 addition, 0 deletionstests/env_freeipa_facts.yml
- tests/group/test_group_external_members.yml 113 additions, 0 deletionstests/group/test_group_external_members.yml
Loading
Please register or sign in to comment