Gentoo Archives: gentoo-dev

From: jboyens@××××××××.org
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Kerberos questions
Date: Tue, 07 May 2002 18:15:01
Message-Id: 20020507231515.GA25848@fooninja.org
In Reply to: Re: [gentoo-dev] Kerberos questions by Jano Lukac
1 Kerberos 4 support is VERY important... Some of us work at large universities
2 whose budget/infrastructure doesn't allow for Kerb5 upgrade...
3
4 Good work, BTW. :)
5 --
6 JR Boyens
7 jboyens@×××××××.edu
8
9 On Tue, May 07, 2002 at 09:13:45AM -0700, Jano Lukac wrote:
10 >
11 > Groovy on the kerberos stuff! Finally someone else interested in it :)
12 >
13 > Quick thing.. why the skey use? And isn't kerberos 4 "outdated" now, so
14 > almost as if saying, "why bother" ?
15 >
16 > Dave Love said:
17 > <snip>
18 >
19 > > 3. I've then started adding new dependencies for the various
20 > > utilities, such as cyrus-sasl:
21 > >
22 > > dev/libs/cyrus-sasl/cyrus-sasl-1.5.27-r1.ebuild:
23 > >
24 > > DEPEND="... kerberos4? ( virtual/kerberos4 ) kerberos5? (
25 > > virtual/kerberos5 )"
26 > >
27 > > src_compile() {
28 > > local myconf
29 > > use kerberos4 && myconf="${myconf} --enable-krb4"
30 > > use kerberos4 || myconf="${myconf} --disable-krb4"
31 > > use kerberos5 && myconf="${myconf} --enable-gssapi"
32 > > use kerberos5 || myconf="${myconf} --disable-gssapi"
33 >
34 >
35 > I think you might be able to shorten this to the use foo && bar || that,
36 > but probably kills the readability and might cause a line wrap *shrug*.
37 > BTW, with the above, I'm assuming you can have both kerberos 4 and 5
38 > compiled into sasl (but I think I remember you cannot).
39 >
40 >
41 > > ...
42 > >
43 > > Am I on the right track here? It seems to work, but I want to
44 > > make certain I'm headed in the right direction before I go much
45 > > further.
46 >
47 > Looks like it. If kerberos 4 and 5 cannot coexist, then make a single
48 > virtual depend, or just don't do the virtual depend.
49 >
50 > jano
51 >
52 >
53 > _______________________________________________
54 > gentoo-dev mailing list
55 > gentoo-dev@g.o
56 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
57 >

Replies

Subject Author
Re: [gentoo-dev] Kerberos questions Dave Love <dlove@××××××××××××××××.com>