[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: configure ldap + cyrus sasl on debian 6
- To: openldap-technical@openldap.org
- Subject: Re: configure ldap + cyrus sasl on debian 6
- From: harry.jede@arcor.de
- Date: Sun, 3 Feb 2013 12:44:02 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1359891843; bh=sBjyOE0bihBPDWCPY7uzfd46CWlViG7fhxUhXLAZliU=; h=From:To:Subject:Date:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Message-Id; b=LOUpCJsIIA7reKUlVyt84KUYfe8OA1nmKTR9wdp/O6fQ8v+5xLaJa3OKALGOXddOn 2C9ER2Fs6LwxeKWJNcpEcZz42mxZwXa0MC4NG6QrYQWjHOJuimLBGvtcU8oP/PxxNz b9tU4h4ZgMus58RWPRa11DHtY19dznmPnDFoh2GE=
- In-reply-to: <510E3C02.2090805@yahoo.fr>
- References: <510E3C02.2090805@yahoo.fr>
- User-agent: KMail/1.13.5 (Linux/2.6.32-5-amd64; KDE/4.4.5; x86_64; ; )
Benin Technologies wrote:
> 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 ?
Is slapd online?
# pidof slapd
2401
Is slapd listen on a socket?
# grep ^SLAPD_SERVICES /etc/default/slapd
SLAPD_SERVICES="ldap:/// ldapi:///"
>
> B.
--
Harry Jede