Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56561 Details for
Bug 53117
vpopmail 5.4.0 / qmail-1.03-r13 vchkpw not authenticating with cram-md5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to enable vpopmail and qmail to talk CRAM-MD5
vpopmail-qmail-cram-md5.patch (text/plain), 582 bytes, created by
Phil Whineray
on 2005-04-18 01:40:25 UTC
(
hide
)
Description:
Patch to enable vpopmail and qmail to talk CRAM-MD5
Filename:
MIME Type:
Creator:
Phil Whineray
Created:
2005-04-18 01:40:25 UTC
Size:
582 bytes
patch
obsolete
>diff -upr work/vpopmail-5.4.6/vchkpw.c worknew/vpopmail-5.4.6/vchkpw.c >--- vchkpw.c 2005-01-26 15:46:57.662555776 +0000 >+++ vchkpw.c 2005-01-26 15:49:16.268484472 +0000 >@@ -418,7 +418,8 @@ void login_virtual_user() > /* Check CRAM-MD5 auth */ > if(ConnType == SMTP_CONN) { > /* printf("vchkpw: smtp auth\n"); */ >- cramaccepted = authcram(ThePass,TheChallenge,vpw->pw_clear_passwd); >+ /* Apparently there has been a mix-up somewhere */ >+ cramaccepted = authcram(TheChallenge,ThePass,vpw->pw_clear_passwd); > if(cramaccepted == 0) strcpy(AuthType, "CRAM-MD5"); > } >
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 53117
: 56561 |
56640
|
56641
|
56852