Rafael Guterres Jeffman

Results 178 comments of Rafael Guterres Jeffman

@varunmylaraiah I agree, I just don't know how to test it properly. We should add a similar test for all the PRs targeting attribute `delete_continue`.

The documentation should also be reviewed as there are some wrong descriptions of attributes.

Is the problem with ansible-freeipa or with FreeIPA? If the problem is (or seems to be) with ansible-freeipa, we need some more information about your setup. Please provide the package...

@ikke-t, it seem you are missing `ipaadmin_password` in the task (and, optionally `ipaadmin_principal`, which defaults to `admin`). With the password in place, the module use GSSAPI to authenticate. All examples...

@ikke-t either that or a valid TGT on the target host.

LDAP is not directly managed by ansible-freeipa. Managing of ldap.conf files is done, by `ipalib.install` modules or `ipa-client-install` script (IIRC). Both come from FreeIPA. I don't get what the problem...

FreeIPA uses kerberos (MIT) and LDAP (389-ds) servers. ldap.conf is modified by IPA installer, but it is not managed by IPA, therefore, not managed with ansible-freeipa. What is the problem...

So, the failures occur when the `ipaserver` hostname (`ipaserver.test.local`) is defined in `/etc/hosts`. When running the container with `--no-hosts`, on my machine, I'm getting KDC failures if the tests take...

Added checks for tests and test suites, and log an error if the test/test suite is not found. If the final list is empty, stop script with an error.