Current File : //etc/pam.d/tpdlogin
#
# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
#
# PAM configuration
#
# Trusted Path Domain login service (tpdlogin) (explicit because of account
# stack); see also TPD(5).
#
auth definitive         pam_user_policy.so.1
auth requisite          pam_authtok_get.so.1
auth required           pam_dhkeys.so.1
auth required           pam_unix_auth.so.1
auth required           pam_unix_cred.so.1
#
# Unlike other services pam_user_policy is not definitive because we
# may have additional restrictions
#
account required        pam_user_policy.so.1
account required        pam_unix_account.so.1
#
# To restrict which users are allowed to login to the trusted path
# uncomment the line below and add those users to the /etc/security/tpdusers
# configuration file.
#
#account required       pam_list.so.1 allow=/etc/security/tpdusers