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