Skip to content
Snippets Groups Projects
Commit a9602431 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

ansible_freeipa_module_utils: Add functions to handle objects SID


When managing AD objects the SID of the objects are stored in FreeIPA
database, but a user would still use the human readable values, like
"AD\\user" or "user@ad.domain". This can cause idempotence issues in
many cases, and prevent some actions to be performed, like ensure
absence of the object.

The methods added allow the conversion of one or multiple objects, and
will be used by any module that manages AD objects.

Signed-off-by: default avatarRafael Guterres Jeffman <rjeffman@redhat.com>
parent 9195494f
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment