[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
configure ldap + cyrus sasl on debian 6
- To: openldap-technical@openldap.org
- Subject: configure ldap + cyrus sasl on debian 6
- From: Benin Technologies <benintechnologies@yahoo.fr>
- Date: Sun, 03 Feb 2013 11:29:22 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.fr; s=s1024; t=1359887391; bh=zOkVnrac1I1PpnKH2DjuRPVlTkTwCCGBG0S2a6a1bTA=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=YQQKefPIrQRpxMTsKJSPEIduuJwoeZMal2llvr8OcnOVOZdL68wnstJIB5Ve8bHU/X4cTrpY88Bgxp5gqNXMLEqsJZ69beEKfqDbWRWoS4nT465L9atqxGaGot30tLzmR8sv8BeOE2Y4EwpdPCzcLURbaOs994exQ+O0rlVauOc=
- User-agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1
Hi,
I tried to install OpenLDAP with Cyrus SASL support on Debian.
I'm running Debian 6.0.4, and until now I was using an 2.4.23
installation, from debian packages.
First attempt : installation of OpenLDAP 2.4.33 with default configure
options.
After installation, I converted slapd.conf to cn=config
Then I dropped the database, and tried to rebuild a new one by loading a
ldif file (like I'm used to do with my previous installation, from
Debian packages)
ldapadd -Y EXTERNAL -H ldapi:/// -f myfile.ldif
ldapadd: not compiled with SASL support
Second attempt
I installed Cyrus-SASL-2.1.26 (with default configure options)
Then I installed OpenLDAP, "--with-cyrus-sasl"
This time, I got the following message:
ldapadd -Y EXTERNAL -H ldapi:/// -f myfile.ldif
ldap_sasl_interactive_bind: Can't contact LDAP server (-1)
What step did I miss ?
B.