Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9687 - Add kerberos support to openssh
Summary: Add kerberos support to openssh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-25 23:19 UTC by Brent Graveland
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Brent Graveland 2002-10-25 23:19:46 UTC
if USE=kerberos is selected, include kerberos support for openssh.

--- openssh-3.5_p1.ebuild.orig  2002-10-26 00:17:17.000000000 -0400
+++ openssh-3.5_p1.ebuild       2002-10-25 20:11:56.000000000 -0400
@@ -22,6 +22,7 @@
 DEPEND="${RDEPEND}
        sys-devel/perl
        sys-apps/groff
+       kerberos? ( app-crypt/krb5 )
        tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"


@@ -36,6 +37,7 @@
        use pam  || myconf="${myconf} --without-pam"
        use pam  && myconf="${myconf} --with-pam"
        use ipv6 || myconf="${myconf} --with-ipv4-default"
+       use kerberos && myconf="${myconf} --with-kerberos5"

        ./configure \
                --prefix=/usr \


Any reasons not too?
Comment 1 Andy Dustman 2002-10-28 14:42:24 UTC
you should probably change Product to Gentoo Linux and Component to Ebuilds so
that this is correctly classified. I was about to submit this exact change myself...

Whoever picks up this bug, please also look at #3480 and #3484 as well (add
kerberos4 and kerberos5 as virtuals and USE flags)
Comment 2 Brent Graveland 2002-10-29 08:05:59 UTC
First bug, no sleep, won't happen in the future.
Comment 3 Martti Rannanjärvi 2002-11-19 09:58:47 UTC
I think the USE flag should be kerberos5, not just plain kerberos.
OpenSSH doesn't have kerberos 4 support afaik.

Is this assigned to the wrong person because of the classification mistake?
Comment 4 Joshua Schmidlkofer 2002-11-21 14:21:45 UTC
I don't think it matters, but I second the changes, and I second the kerberos5 
USE flag adjustment.
Comment 5 Martti Rannanjärvi 2002-12-08 08:41:48 UTC
I said wrong.. there is kerberos 4 support in openssh.Which should be enabled,
if kerberos4 USE flag is set.
Comment 6 Nick Hadaway 2003-01-20 09:07:36 UTC
openssh-3.5_p1-r1 has been released to portage.  Currently marked unstable.
This ebuild utilizes the kerberos use flag and installs virtual/krb5.