Current File : //etc/pam.d/pfexec
#
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
#
# PAM configuration
#
# pfexec service (explicit because of usage of pam_tty_tickets.so.1)
#
account definitive	pam_user_policy.so.1
account required	pam_unix_account.so.1

auth definitive		pam_user_policy.so.1
auth required		pam_unix_cred.so.1
auth sufficient		pam_tty_tickets.so.1
auth requisite		pam_authtok_get.so.1
auth required		pam_dhkeys.so.1
auth required		pam_unix_auth.so.1