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