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