dcavalca / rpms / util-linux

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