components/openssh/sources/sshd-hostbased
author Sean Wilcox <sean.wilcox@oracle.com>
Tue, 08 Nov 2016 11:16:49 -0700
changeset 7265 078a4fa1d5a1
parent 6086 7c225e52772b
permissions -rw-r--r--
24933105 Flavor RAM not aligned to 256Mb causes error in nova.virt.solariszones.driver
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