#%PAM-1.0
auth	sufficient	/lib/security/pam_rootok.so
# Uncomment the following line to implicitly trust users in the "wheel" group.
#auth	sufficient	/lib/security/pam_wheel.so debug use_uid group=wheel trust
# Uncomment the following line to require a user to be in the "wheel" group.
#auth	required	/lib/security/pam_wheel.so debug use_uid group=wheel
# Uncomment the following line to implicitly trust users with same user id.
#auth	sufficient	/lib/security/pam_sameuid.so debug
auth	required	/lib/security/pam_stack.so service=system-auth
account	required	/lib/security/pam_stack.so service=system-auth
password	required	/lib/security/pam_deny.so
session	required	/lib/security/pam_stack.so service=system-auth
session	optional	/lib/security/pam_xauth.so
