Bugzilla – Attachment 92 Details for
Bug 235
While PermitEmptyPasswords no, user can connect, entering ANY other password
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Try the following patch to auth-passwd.c
auth-patch (text/plain), 592 bytes, created by
Ben Lindstrom
on 2002-05-06 06:09:32 AEST
(
hide
)
Description:
Try the following patch to auth-passwd.c
Filename:
MIME Type:
Creator:
Ben Lindstrom
Created:
2002-05-06 06:09:32 AEST
Size:
592 bytes
patch
obsolete
>Index: auth-passwd.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/auth-passwd.c,v >retrieving revision 1.24 >diff -u -r1.24 auth-passwd.c >--- auth-passwd.c 4 Mar 2002 12:43:06 -0000 1.24 >+++ auth-passwd.c 5 May 2002 20:07:42 -0000 >@@ -61,7 +61,7 @@ > return 0; > if (pw->pw_uid == 0 && options.permit_root_login != PERMIT_YES) > return 0; >- if (*password == '\0' && options.permit_empty_passwd == 0) >+ if (*pw->pw_passwd == '\0' && options.permit_empty_passwd == 0) > return 0; > #ifdef KRB5 > if (options.kerberos_authentication == 1) {
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 235
: 92