Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2015 11:12:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205374] [PATCH] mail/cyrus-imapd25 does not authenticate HTTP connections via PAM
Message-ID:  <bug-205374-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205374

            Bug ID: 205374
           Summary: [PATCH] mail/cyrus-imapd25 does not authenticate HTTP
                    connections via PAM
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ume@FreeBSD.org
          Reporter: ml@netfence.it
          Assignee: ume@FreeBSD.org
          Keywords: patch
             Flags: maintainer-feedback?(ume@FreeBSD.org)

Created attachment 164308
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164308&action=edit
Add a patch for imap/httpd.c

Cyrus IMAP provides several protocols to connect with: POP3, IMAP, HTTP.

While it has always been possible to authenticate through PAM with POP3 and
IMAP, this does not work with HTTP.

See https://lists.andrew.cmu.edu/pipermail/cyrus-devel/2015-April/003202.html
for details.


This patch allows PLAIN authentication with HTTP; as noted above, it would
break DIGEST AUTH, but this does not work anyway for us in the above scenario.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205374-13>