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