1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/module_utils
Juan Antonio Osorio 9f081ca04f identity: Add GSSAPI suport for FreeIPA authentication ()
* identity: Add GSSAPI suport for FreeIPA authentication

This enables the usage of GSSAPI for authentication, instead of having
to pass the username and password as part of the playbook run.

If there is GSSAPI support, this makes the password optional, and will
be able to use the KRB5_CLIENT_KTNAME or the KRB5CCNAME environment
variables; which are standard when using kerberos authentication.

Note that this depends on the urllib_gssapi library, and will only
enable this if that library is available.

* identity: Add documentation for GSSAPI authentication for FreeIPA

This documentation describes how to use GSSAPI authentication with the
IPA identity modules.

* identity: Add changelog for GSSAPI support for IPA

This adds the changelog entry for the GSSAPI authentication feature for
the IPA identity module.
2019-02-13 15:38:13 +00:00
..
aws
basic
cloud
common
docker docker modules: various adjustments () 2019-02-08 08:16:11 +00:00
ec2
facts
gcp
json_utils
net_tools
network Fix unit tests on Python 3.8. 2019-02-13 01:03:06 -08:00
parsing
urls identity: Add GSSAPI suport for FreeIPA authentication () 2019-02-13 15:38:13 +00:00
xenserver Initial commit for xenserver module_util unit tests () 2019-02-05 09:41:26 -08:00
__init__.py
conftest.py
test_acme.py
test_database.py
test_distribution_version.py
test_distro.py Fix unit tests on Python 3.8. 2019-02-13 01:03:06 -08:00
test_known_hosts.py
test_postgresql.py
test_text.py
test_utm_utils.py
test_vmware.py Final round of moving modules to new import error msg () 2019-02-08 10:07:01 +10:00