[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: LDAP Replication/update dn entry
- To: "'Moe'" <moe_w90@yahoo.com>, <OpenLDAP-software@OpenLDAP.org>
- Subject: RE: LDAP Replication/update dn entry
- From: "Thomas Muller" <ttm@online.no>
- Date: Thu, 18 Aug 2005 10:13:07 +0100
- In-reply-to: <3682584.1124315862389.JavaMail.SYSTEM@foehammer>
- Thread-index: AcWjdqbPzmeMAm3gQ0Gl0CzUYnQMxAAWjhWw
Moe
| - How do i give replica entry write access to the slave database?
Add this to your slapd.conf:
access to *
by dn.base="cn=replica,dc=elawsbs,dc=local" write
by anonymous auth
Note that "cn=replica,dc=elawsbs,dc=local" must have a userPassword
attribute.
For more information on ACLs, see
http://www.openldap.org/doc/admin23/slapdconf2.html#AccessControl
Hope this helps,
--
Thomas