components/openssh/sources/sshd-password
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 7299 60ccd8c8acfb
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

#
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
#
# PAM configuration for SSH password authentication which turns off
# prompting for an annotation string since it isn't possible to interact
# with a user when using password authentication.
#
auth definitive		pam_user_policy.so.1
auth required		pam_unix_auth.so.1
auth required		pam_unix_cred.so.1	noannotation