dcavalca / rpms / util-linux

Forked from rpms/util-linux 2 years ago
Clone
be5bab
#%PAM-1.0
cd9c77
auth		required	pam_env.so
be5bab
auth		sufficient	pam_rootok.so
be5bab
# Uncomment the following line to implicitly trust users in the "wheel" group.
be5bab
#auth		sufficient	pam_wheel.so trust use_uid
be5bab
# Uncomment the following line to require a user to be in the "wheel" group.
be5bab
#auth		required	pam_wheel.so use_uid
be5bab
auth		substack	system-auth
be5bab
auth		include		postlogin
be5bab
account		sufficient	pam_succeed_if.so uid = 0 use_uid quiet
be5bab
account		include		system-auth
be5bab
password	include		system-auth
be5bab
session		include		system-auth
be5bab
session		include		postlogin
be5bab
session		optional	pam_xauth.so