Bugzilla – Attachment 1568 Details for
Bug 1521
Add Match support for PermitEmptyPasswords
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add Match support for PermitEmptyPasswords
match-permit_empty_passwd.diff (text/plain), 1.41 KB, created by
Iain Morgan
on 2008-09-04 14:38:18 AEST
(
hide
)
Description:
Add Match support for PermitEmptyPasswords
Filename:
MIME Type:
Creator:
Iain Morgan
Created:
2008-09-04 14:38:18 AEST
Size:
1.41 KB
patch
obsolete
>Index: servconf.c >=================================================================== >RCS file: /cvs/openssh/servconf.c,v >retrieving revision 1.179 >diff -u -r1.179 servconf.c >--- servconf.c 23 Jul 2008 07:42:29 -0000 1.179 >+++ servconf.c 3 Sep 2008 23:39:57 -0000 >@@ -380,7 +380,7 @@ > { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, > { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, > { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, >- { "permitemptypasswords", sEmptyPasswd, SSHCFG_GLOBAL }, >+ { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, > { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, > { "uselogin", sUseLogin, SSHCFG_GLOBAL }, > { "compression", sCompression, SSHCFG_GLOBAL }, >@@ -1377,6 +1377,7 @@ > M_CP_INTOPT(kerberos_authentication); > M_CP_INTOPT(hostbased_authentication); > M_CP_INTOPT(kbd_interactive_authentication); >+ M_CP_INTOPT(permit_empty_passwd); > M_CP_INTOPT(permit_root_login); > > M_CP_INTOPT(allow_tcp_forwarding); >Index: sshd_config.5 >=================================================================== >RCS file: /cvs/openssh/sshd_config.5,v >retrieving revision 1.102 >diff -u -r1.102 sshd_config.5 >--- sshd_config.5 2 Jul 2008 12:35:43 -0000 1.102 >+++ sshd_config.5 3 Sep 2008 23:39:57 -0000 >@@ -605,6 +605,7 @@ > .Cm MaxAuthTries , > .Cm MaxSessions , > .Cm PasswordAuthentication , >+.Cm PermitEmptyPasswords , > .Cm PermitOpen , > .Cm PermitRootLogin , > .Cm RhostsRSAAuthentication ,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1521
: 1568