[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
syncrepl simple bind
- To: openldap-technical@openldap.org
- Subject: syncrepl simple bind
- From: "S.A." <qmt9z3@yahoo.com>
- Date: Fri, 2 Mar 2012 19:53:01 -0800 (PST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1330746781; bh=sJz+fAdYFURQefxYJz/y8KkCjHELy+1DLLSrkMrqqO4=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:MIME-Version:Content-Type; b=pZ20Fe6YCmtgCWlIJLAKVWAoGAyGvmshBxpPS6cWcCezMhC9mYif8Qx/fo/h1qQtMlRg+0WmYqDkn0dS/ZiqSMWKH8fBdTn++Mnewv5ri+hoSVuGm9lBH04/3CobpNAIkSA4kiw3iyihniitlGUF8VJNO64/QwuRUyNIgqN644w=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:MIME-Version:Content-Type; b=WC6S0QMepFKNh2y1uBS6QBiOcc2XQAvRkbX8rxCB1FnCEltTV50lJPEip8wmw96ozw/ORtzecRC+ZK42jSUMdxxC3WhHcAhPuhT2veT9dgRwv1/59SMpqX5DqJm/+E+cMio7C0dAjeybSwlXE4x+PWR2F65cwkhvCp7lcjXDqtE=;
Hello,
For syncrepl to work do we need to enable the sasl? I had the sasl
disabled and configured to replicate using simple bindmethod, with
the following config:
syncrepl rid=001
provider=ldap://ldap2.example.com
type=refreshAndPersist
retry="5 5 300 +"
searchbase="o=tld"
bindmethod=simple
binddn="uid=admin,ou=users,o=tld"
credentials=password
schemachecking=on
but I get the following error:
slap_client_connect: URI=ldap://ldap2.example.com
DN="uid=admin,ou=users,o=tld" ldap_sasl_bind_s failed (-1)
However, I can bind and search entries both in cn=config and o=tld
from command line using the above binddn and credentials.
Thanks