ansible-collection-hardening icon indicating copy to clipboard operation
ansible-collection-hardening copied to clipboard

add support for winbind on rhel systems

Open aisbergg opened this issue 3 years ago • 1 comments

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.

aisbergg avatar Mar 17 '22 09:03 aisbergg

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

rndmh3ro avatar May 09 '22 10:05 rndmh3ro