- (djm) Clarify UsePAM consequences a little more

This commit is contained in:
Damien Miller 2003-11-06 20:27:51 +11:00
Родитель be8a771af1
Коммит 418a386f2b
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,6 @@
20031106
- (djm) Clarify UsePAM consequences a little more
20031103 20031103
- (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/services - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/services
are created correctly with CRLF line terminations. Patch from vinschen at are created correctly with CRLF line terminations. Patch from vinschen at
@ -1394,4 +1397,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.3092 2003/11/03 11:52:52 dtucker Exp $ $Id: ChangeLog,v 1.3093 2003/11/06 09:27:51 djm Exp $

Просмотреть файл

@ -68,7 +68,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' and 'PermitEmptyPasswords'
#UsePAM no #UsePAM no
#AllowTcpForwarding yes #AllowTcpForwarding yes