[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
LDAP cn=config Newbie Question
- To: openldap-software@openldap.org
- Subject: LDAP cn=config Newbie Question
- From: Calos Lopez <mersc2008@gmail.com>
- Date: Sat, 20 Jun 2009 19:54:38 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=xR9ek2Dd8Ey+dq6Xt7t/FvJRvopDz1WVyMgtcVMrn30=; b=WiIPuCpgkO1TxTKSLaTJBOTZ6J4t+ioaDGaPKtCnWMubn0ZcA3nTyen5J5dK7Be0cA 5ISpGfJvZBlpO065rrrN49mjk+HVUkVNmsNVrrERoK2v70ONOyrdXfjZzwJPJZ0bNAWK p+93MTtPCvwi3julbL2HMNKSWPjHJFoFCI30U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=aVEgvdfunA9Y3XCNUpXpxvsiGIpCuG3iiFV4PWXhsT1bmBhMB0gptHeL9Dd+/ArKYS tM+s0wDIS3OP+Q+wwCGSby3GgkIA0VS2TuQ5mbgpG06kxAxB6kMyG0PC4A1MWaOWXwgu MWBBhEJTqIMseYw1k7wt/R1hNBkmVhxBsBbBg=
Hi there,
I'm entering in the OpenLDAP world and I've installed from scratch an
2.4.16. Since version 2.3 the configuration of OpenLDAP are stored has
ldif entries but many examples still continues assume that we are
working with ldap.conf file.
For instance, I'm trying to set up a replication scenario with
syncrepl following this tutorial
http://www.zytrax.com/books/ldap/ch7/#ol-syncrepl but all the examples
are based in ldap.conf files.My question where do I enter the config
settings for syncrepl? In the olcDatabase={1} or bdb,
olcDatabase={-1}frontend ? What are the names of the attributes that I
must insert to the equivalent to the ldap.conf entries :
syncrepl rid=000
provider=ldap://master-ldap.example.com
type=refreshAndPersist
retry="5 5 300 +"
searchbase="dc=example,dc=com"
attrs="*,+"
bindmethod=simple
binddn="cn=admin,ou=people,dc=example,dc=com"
credentials=dirtysecret
I'm really a bit confused what is the method for configurate LDAP
server since this new configuration paradigm cn=config.
All help will be very useful.
Best regards