ansible-collection-hardening
ansible-collection-hardening copied to clipboard
add support for winbind on rhel systems
Role
os_hardening
Description
The current PAM configuration for RHEL systems only supports SSSD for external user authentication. On systems where Winbind is used, the role will prevent users to login.
This PR addresses this issue and adds support for Winbind by introducing a new option os_auth_pam_winbind_enable.
Thanks for this PR!
Is there any chance we can automatically test this? We already have some tests for PAM here: https://github.com/dev-sec/ansible-collection-hardening/blob/master/molecule/os_hardening/verify_pam.yml