Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22838 - Fetchmail Kerberos support
Summary: Fetchmail Kerberos support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-14 17:28 UTC by Scott Peshak
Modified: 2003-08-17 21:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Peshak 2003-06-14 17:28:32 UTC
The following is a patch for the fetchmail 6.2.2-rc2 ebuild that adds support
for kerberos authentication based on the USE variable (kerberos & krb4):

*** fetchmail-6.2.2-r2.ebuild   Sat Jun 14 16:27:37 2003
--- fetchmail-6.2.2-r3.ebuild   Sat Jun 14 16:31:00 2003
***************
*** 11,17 ****
  SLOT="0"
  LICENSE="GPL-2 public-domain"
  KEYWORDS="x86 ~alpha"
! IUSE="ssl nls ipv6i"

  DEPEND="virtual/glibc
        ssl? ( >=dev-libs/openssl-0.9.6 )
--- 11,17 ----
  SLOT="0"
  LICENSE="GPL-2 public-domain"
  KEYWORDS="x86 ~alpha"
! IUSE="ssl nls ipv6i kerberos krb4"

  DEPEND="virtual/glibc
        ssl? ( >=dev-libs/openssl-0.9.6 )
***************
*** 29,34 ****
--- 29,36 ----
        use ssl && myconf="${myconf} --with-ssl=/usr"
        use nls || myconf="${myconf} --disable-nls"
        use ipv6 && myconf="${myconf} --enable-inet6"
+       use kerberos && myconf="${myconf} --with-gssapi=/usr/include
--with-kerberos5=/usr"
+       use krb4 && myconf="${myconf} --with-kerberos=/usr"
        econf \
                --enable-RPA \
                --enable-NTLM \


I have tested this patch on my own machine and it works fine for me.
Comment 1 Nick Hadaway 2003-08-17 21:13:15 UTC
fetchmail-6.2.4 has been added to portage with kerberos and krb4 support.  Please test and let me know how things work for you.