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