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