Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 99080

Summary: openldap 2.2.27-r1 does not build client with kerberos support
Product: Gentoo Linux Reporter: Frank <surf>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.