fe1ca8
#%PAM-1.0
fe1ca8
auth		required	pam_env.so
fe1ca8
auth		sufficient	pam_rootok.so
fe1ca8
# Uncomment the following line to implicitly trust users in the "wheel" group.
fe1ca8
#auth		sufficient	pam_wheel.so trust use_uid
fe1ca8
# Uncomment the following line to require a user to be in the "wheel" group.
fe1ca8
#auth		required	pam_wheel.so use_uid
fe1ca8
auth		substack	system-auth
fe1ca8
auth		include		postlogin
fe1ca8
account		sufficient	pam_succeed_if.so uid = 0 use_uid quiet
fe1ca8
account		include		system-auth
fe1ca8
password	include		system-auth
fe1ca8
session		include		system-auth
fe1ca8
session		include		postlogin
fe1ca8
session		optional	pam_xauth.so