[Bug 205374] [PATCH] mail/cyrus-imapd25 does not authenticate HTTP connections via PAM

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 17 11:12:05 UTC 2015


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 at FreeBSD.org
          Reporter: ml at netfence.it
          Assignee: ume at FreeBSD.org
          Keywords: patch
             Flags: maintainer-feedback?(ume at 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.


More information about the freebsd-ports-bugs mailing list