components/openssh/sources/sshd-password
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Mon, 01 May 2017 16:02:10 -0700
changeset 7959 562e5fc8e2ae
parent 7299 60ccd8c8acfb
permissions -rw-r--r--
25977273 update libcroco to 0.6.10 25941838 problem in GNOME/LIBRARIES
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6086
7c225e52772b 15366793 sshd calls pam_authenticate() for none method if PermitEmptyPasswords=yes
Brent Paulson <Brent.Paulson@Oracle.COM>
parents:
diff changeset
     1
#
7c225e52772b 15366793 sshd calls pam_authenticate() for none method if PermitEmptyPasswords=yes
Brent Paulson <Brent.Paulson@Oracle.COM>
parents:
diff changeset
     2
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7c225e52772b 15366793 sshd calls pam_authenticate() for none method if PermitEmptyPasswords=yes
Brent Paulson <Brent.Paulson@Oracle.COM>
parents:
diff changeset
     3
#
7c225e52772b 15366793 sshd calls pam_authenticate() for none method if PermitEmptyPasswords=yes
Brent Paulson <Brent.Paulson@Oracle.COM>
parents:
diff changeset
     4
# PAM configuration for SSH password authentication which turns off
7c225e52772b 15366793 sshd calls pam_authenticate() for none method if PermitEmptyPasswords=yes
Brent Paulson <Brent.Paulson@Oracle.COM>
parents:
diff changeset
     5
# prompting for an annotation string since it isn't possible to interact
7c225e52772b 15366793 sshd calls pam_authenticate() for none method if PermitEmptyPasswords=yes
Brent Paulson <Brent.Paulson@Oracle.COM>
parents:
diff changeset
     6
# with a user when using password authentication.
7c225e52772b 15366793 sshd calls pam_authenticate() for none method if PermitEmptyPasswords=yes
Brent Paulson <Brent.Paulson@Oracle.COM>
parents:
diff changeset
     7
#
7c225e52772b 15366793 sshd calls pam_authenticate() for none method if PermitEmptyPasswords=yes
Brent Paulson <Brent.Paulson@Oracle.COM>
parents:
diff changeset
     8
auth definitive		pam_user_policy.so.1
7299
60ccd8c8acfb 24599719 pam_unix_auth(7) in /etc/pam.d/sshd-password doesn't need 'noannotation' keyword
Brent Paulson <Brent.Paulson@Oracle.COM>
parents: 6086
diff changeset
     9
auth required		pam_unix_auth.so.1
6086
7c225e52772b 15366793 sshd calls pam_authenticate() for none method if PermitEmptyPasswords=yes
Brent Paulson <Brent.Paulson@Oracle.COM>
parents:
diff changeset
    10
auth required		pam_unix_cred.so.1	noannotation