Tagged Questions
5
votes
1answer
488 views
Allow su without password for users in a particular Active Directory group when using pam_winbind
I know on my Gentoo system, the /etc/pam.d/su file comes with the following commented out:
auth sufficient pam_wheel.so use_uid trust
Which allows a user to su to root without a password as ...