Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200566 - net-nds/openldap - ldapsearch: not compiled with Kerberos support
Summary: net-nds/openldap - ldapsearch: not compiled with Kerberos support
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo LDAP project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-27 23:01 UTC by Julian Golderer
Modified: 2007-11-27 23:32 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 Julian Golderer 2007-11-27 23:01:30 UTC
i enabled the kerberos useflag for net-nds/openldap, but ldapsearch tells me, that it is not built with kerberos support.

 # ldapsearch -k
ldapsearch: not compiled with Kerberos support

Reproducible: Always

Steps to Reproduce:
1. USE="kerberos" emerge openldap
2. ldapsearch -k
Actual Results:  
ldapsearch: not compiled with Kerberos support

Expected Results:  
some usefull output without bothering about authentication
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-11-27 23:32:18 UTC
USE=kerberos builds the pw-kerberos module for slapd as provided by upstream, nothing more. The upstream configure.in has the --with-kerberos support commented out, and I believe it was broken way back in 2.1.19. Feel free to uncomment that section of configure.in (and the kbind part), and try a full rebuild yourself (autoconf, automake, compile with --with-kerberos)