Pls help me to explain this?
I have a problem as below:
When i setup pam_wheel.so in /etc/pam.d/su, it runs correctly. But when i set up pam_wheel.so in /etc/pam.d/common-auth (include file), i can’t login to anyone via SSH. Details configuration of /etc/pam.d/su and /etc/pam.d/common-auth:
/etc/pam.d/su:
auth include common-auth
account include common-account
password include common-password
session include common-session
/etc/pam.d/common-auth:
auth required pam_env.so
auth required pam_wheel.so use_uid
auth required pam_unix2.so
I have tested in SUSE 9,10