community.general/lib/ansible/modules/extras/identity/ipa
Matthew Krupcale a6f0a279a9 FreeIPA module polymorphic restructuring and small fixes. (#3485)
* Moved JSON-RPC client IPAClient class to ansible.module_utils.ipa, which is extended by all ipa modules
* ipa_user: incorporate displayname and userpassword attributes in module_user
* ipa_user: capitalized "I" in comment
* ipa_user: updated get_ssh_key_fingerprint to include possibility of the uploaded SSH key including user@hostname comment, which also appears in the queried fingerprint. This fixes a mismatch in the calculated and queried SSH key fingerprint in the user_diff calculation when the user already exists.
* ipa_hbacrule: ipaenabledflag must be 'TRUE' or 'FALSE', not 'NO'
* ipa_sudorule: ipaenabledflag must be 'TRUE' or 'FALSE', not 'NO'
* Add author to files missing it
2016-12-08 11:35:14 -05:00
..
__init__.py Add FreeIPA modules (#3247) 2016-12-08 11:35:06 -05:00
ipa_group.py FreeIPA module polymorphic restructuring and small fixes. (#3485) 2016-12-08 11:35:14 -05:00
ipa_hbacrule.py FreeIPA module polymorphic restructuring and small fixes. (#3485) 2016-12-08 11:35:14 -05:00
ipa_host.py FreeIPA module polymorphic restructuring and small fixes. (#3485) 2016-12-08 11:35:14 -05:00
ipa_hostgroup.py FreeIPA module polymorphic restructuring and small fixes. (#3485) 2016-12-08 11:35:14 -05:00
ipa_role.py FreeIPA module polymorphic restructuring and small fixes. (#3485) 2016-12-08 11:35:14 -05:00
ipa_sudocmd.py FreeIPA module polymorphic restructuring and small fixes. (#3485) 2016-12-08 11:35:14 -05:00
ipa_sudocmdgroup.py FreeIPA module polymorphic restructuring and small fixes. (#3485) 2016-12-08 11:35:14 -05:00
ipa_sudorule.py FreeIPA module polymorphic restructuring and small fixes. (#3485) 2016-12-08 11:35:14 -05:00
ipa_user.py FreeIPA module polymorphic restructuring and small fixes. (#3485) 2016-12-08 11:35:14 -05:00