- (djm) Improve PAMAuthenticationViaKbdInt text from Nalin Dahyabhai
<nalin@redhat.com>
This commit is contained in:
parent
f49035a0bb
commit
136d4418e3
|
@ -49,6 +49,8 @@
|
||||||
[session.c]
|
[session.c]
|
||||||
limit # of env vars to 1000; ok deraadt/djm
|
limit # of env vars to 1000; ok deraadt/djm
|
||||||
- (djm) Require krb5 devel for RPM build w/ KrbV
|
- (djm) Require krb5 devel for RPM build w/ KrbV
|
||||||
|
- (djm) Improve PAMAuthenticationViaKbdInt text from Nalin Dahyabhai
|
||||||
|
<nalin@redhat.com>
|
||||||
|
|
||||||
20020625
|
20020625
|
||||||
- (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
|
- (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
|
||||||
|
@ -1148,4 +1150,4 @@
|
||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2294 2002/06/26 09:42:52 djm Exp $
|
$Id: ChangeLog,v 1.2295 2002/06/26 13:05:16 djm Exp $
|
||||||
|
|
|
@ -305,10 +305,6 @@ To disable keepalives, the value should be set to
|
||||||
.It Cm KerberosAuthentication
|
.It Cm KerberosAuthentication
|
||||||
Specifies whether Kerberos authentication is allowed.
|
Specifies whether Kerberos authentication is allowed.
|
||||||
This can be in the form of a Kerberos ticket, or if
|
This can be in the form of a Kerberos ticket, or if
|
||||||
.It Cm PAMAuthenticationViaKbdInt
|
|
||||||
Specifies whether PAM challenge response authentication is allowed. This
|
|
||||||
allows the use of most PAM challenge response authentication modules, but
|
|
||||||
it will allow password authentication regardless of whether
|
|
||||||
.Cm PasswordAuthentication
|
.Cm PasswordAuthentication
|
||||||
is yes, the password provided by the user will be validated through
|
is yes, the password provided by the user will be validated through
|
||||||
the Kerberos KDC.
|
the Kerberos KDC.
|
||||||
|
@ -425,6 +421,12 @@ The probability increases linearly and all connection attempts
|
||||||
are refused if the number of unauthenticated connections reaches
|
are refused if the number of unauthenticated connections reaches
|
||||||
.Dq full
|
.Dq full
|
||||||
(60).
|
(60).
|
||||||
|
.It Cm PAMAuthenticationViaKbdInt
|
||||||
|
Specifies whether PAM challenge response authentication is allowed. This
|
||||||
|
allows the use of most PAM challenge response authentication modules, but
|
||||||
|
it will allow password authentication regardless of whether
|
||||||
|
.Cm PasswordAuthentication
|
||||||
|
is enabled.
|
||||||
.It Cm PasswordAuthentication
|
.It Cm PasswordAuthentication
|
||||||
Specifies whether password authentication is allowed.
|
Specifies whether password authentication is allowed.
|
||||||
The default is
|
The default is
|
||||||
|
|
Loading…
Reference in New Issue