[sshd_config] UsePAM defaults to no.
This commit is contained in:
parent
b88fcc755d
commit
d4d1815cae
|
@ -2,6 +2,7 @@
|
||||||
- (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
|
- (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
|
||||||
DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam. Patch from
|
DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam. Patch from
|
||||||
michael_steffens at hp.com, ok djm@
|
michael_steffens at hp.com, ok djm@
|
||||||
|
- (tim) [sshd_config] UsePAM defaults to no.
|
||||||
|
|
||||||
20030924
|
20030924
|
||||||
- (djm) Update version.h and spec files for HEAD
|
- (djm) Update version.h and spec files for HEAD
|
||||||
|
@ -1228,4 +1229,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3042 2003/09/25 10:18:33 dtucker Exp $
|
$Id: ChangeLog,v 1.3043 2003/09/26 02:04:34 tim Exp $
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
# Set this to 'yes' to enable PAM authentication (via challenge-response)
|
# Set this to 'yes' to enable PAM authentication (via challenge-response)
|
||||||
# and session processing. Depending on your PAM configuration, this may
|
# and session processing. Depending on your PAM configuration, this may
|
||||||
# bypass the setting of 'PasswordAuthentication'
|
# bypass the setting of 'PasswordAuthentication'
|
||||||
#UsePAM yes
|
#UsePAM no
|
||||||
|
|
||||||
#AllowTcpForwarding yes
|
#AllowTcpForwarding yes
|
||||||
#GatewayPorts no
|
#GatewayPorts no
|
||||||
|
|
Loading…
Reference in New Issue