freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
491 stars 231 forks source link

ipagroup and ipauser plugins do not support `rename`. #1103

Closed rjeffman closed 9 months ago

rjeffman commented 1 year ago

On IPA CLI user-mod and group-mod commands allow the primary key of the object to be modified using the option rename, and this parameter is missing from ansible-freeipa plugins.

There are other plugins which support rename using both rename and new_name as an alias, and, although IPA does not support new_name neither on the CLI, nor on the API for these objects, both names should be available to maintain consistency between plugins.

rjeffman commented 1 year ago

RHBZ#2234379 and RHBZ#2234380 relates to this issue.