Bugzilla – Attachment 61 Details for
Bug 204
Authentication fails when username contains an at-sign
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
this should help, but patch needs some more work
K5 (text/plain), 610 bytes, created by
Markus Friedl
on 2002-04-05 00:22:09 AEST
(
hide
)
Description:
this should help, but patch needs some more work
Filename:
MIME Type:
Creator:
Markus Friedl
Created:
2002-04-05 00:22:09 AEST
Size:
610 bytes
patch
obsolete
>Index: auth1.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/auth1.c,v >retrieving revision 1.39 >diff -u -r1.39 auth1.c >--- auth1.c 19 Mar 2002 14:27:39 -0000 1.39 >+++ auth1.c 4 Apr 2002 10:52:31 -0000 >@@ -335,9 +335,12 @@ > if ((style = strchr(user, ':')) != NULL) > *style++ = '\0'; > >+#ifdef KRB5 > /* XXX - SSH.com Kerberos v5 braindeath. */ >- if ((p = strchr(user, '@')) != NULL) >- *p = '\0'; >+ if (options.kerberos_authentication) >+ if ((p = strchr(user, '@')) != NULL) >+ *p = '\0'; >+#endif > > authctxt = authctxt_new(); > authctxt->user = user;
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 204
: 61 |
66