freeipa / ansible-freeipa

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

permission: Fix idempotency issues for DN parameters #1259

Closed t-woerner closed 3 months ago

t-woerner commented 3 months ago

The parameters

have not been idempotent as the result returned from permission_show was a DN and not a string.

The find_permission function has been exetended to convert the values for these parameters to strings.

Fixes: #1257