Closed ferricoxide closed 2 months ago
Per the Red Hat documentation, in order to support AD-based authentication via the realm service, RHEL 9's FIPS-posture must be relaxed by executing:
realm
update-crypto-policies --set FIPS:AD-SUPPORT
This PR adds this logic as a prep-step prior to attempting to execute realm join … on RHEL 9 (and higher) ELx distros.
realm join …
Closes #218
Per the Red Hat documentation, in order to support AD-based authentication via the
realm
service, RHEL 9's FIPS-posture must be relaxed by executing:This PR adds this logic as a prep-step prior to attempting to execute
realm join …
on RHEL 9 (and higher) ELx distros.Closes #218