Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99080 - openldap 2.2.27-r1 does not build client with kerberos support
Summary: openldap 2.2.27-r1 does not build client with kerberos support
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-15 01:00 UTC by Frank
Modified: 2005-07-15 02:42 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 Frank 2005-07-15 01:00:13 UTC
If i specify the kerberos USE flag, tools like ldapsearch report that kerberos
support is not compiled in.

The ebuild was missing a `use_with kerberos` but after adding it myself, it
still didn't compile it in.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Frank 2005-07-15 01:01:50 UTC
[ebuild   R   ] net-nds/openldap-2.2.27-r1  +berkdb +crypt -debug +gdbm +ipv6
+kerberos -minimal -odbc +perl +readline +samba +sasl -slp +ssl +tcpd 0 kB

gentoo ~ # ldapsearch -x -b "DC=fobo,DC=local" -h 130.161.2.67 -p 389 -W -D
"antoon@fobo.local" -k
ldapsearch: not compiled with Kerberos support
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-07-15 01:39:48 UTC
Upstream removed kerberos support.
See bug #42427 for details.
Comment 3 Frank 2005-07-15 01:57:27 UTC
Fair enough, but could you please remove the kerberos flag from the ebuild if it
doesn't do anything anyway
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-07-15 02:42:52 UTC
you need to read the ebuild more carefully.
There is stuff in there that still uses kerberos, it's just not for the client-
side interface.