components/openssh/sources/sshd-hostbased
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Mon, 01 May 2017 16:02:10 -0700
changeset 7959 562e5fc8e2ae
parent 6086 7c225e52772b
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 hostbased 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 hostbased 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
7c225e52772b 15366793 sshd calls pam_authenticate() for none method if PermitEmptyPasswords=yes
Brent Paulson <Brent.Paulson@Oracle.COM>
parents:
diff changeset
     9
auth required		pam_unix_cred.so.1	noannotation