| Current File : //etc/pam.d/passwd |
#
# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
#
# PAM configuration
#
# passwd command (explicit because of a different authentication module)
#
auth required pam_passwd_auth.so.1
#
# passwd service - account management for Trusted Extensions (TX)
# These entries are required for TX environments since these services
# run in the Trusted Path and pam_tsol_account(5) isn't applicable to
# PAM sessions which run in the Trusted Path.
# If Trusted Extensions aren't enabled then these entries are equivalent
# to the /etc/pam.d/other PAM stack for account management.
#
account requisite pam_roles.so.1
account definitive pam_user_policy.so.1
account required pam_unix_account.so.1