[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: LDAP Replication/update dn entry



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