Thomas Woerner

Results 136 comments of Thomas Woerner

`setup_adtrust` is not a valid parameter name for the ipareplica role. Are you using `ipareplica_setup_adtrust`?

Which ansible-freeipa version are you using? Please add your inventory and playbook. The log file on the replica might also provide some information. Do you have firewalls enabled?

At the moment there is no way to manage additional sssd options while deploying the server, replica or clients. For now this can only be done after deployment.

There is a locale error: ``` [root@rh-idm-01 ~]# locale locale: Cannot set LC_ALL to default locale: No such file or directory ``` Have you modified the system after doing the...

Do you have `glibc-langpack-fi` installed on rh-idm-01? Is the locale command and the role working if you install this package?

How was the system configured to use automount to mount in NFS homedirs?

This needs more verification. I checked the FreeIPA client code and this SELinux variable is not set there also. It might be needed to fix this in ansible-freeipa and also...

Marked PR as draft again as there is an issue in Fedora 36 with pki 11.0.

Ansible is automatically filtering out all values in module output that is matching values of no_log parameters. As a result of this your domain is invalid. We need to use...

If there is no valid credential, then there is a kinit call internally. The test before using kinit is failing with the error "The password is not set" if the...