View Single Post
  #1 (permalink)  
Old 02-09-2010, 05:48 PM
jsosic jsosic is offline
Member
 
Posts: 11
Default Zimbra LDAP replicates to RHEL ldap - problem?

Hi.

I've set up zimbra ldap as master, and I want to use RHEL v5 ldap as a slave. This is relevant part of my slapd.conf on RHEL:

Code:
# syncrepl directives
syncrepl  rid=101
	provider=ldap://192.168.1.86
	bindmethod=simple
	binddn="uid=zimbra,cn=admins,cn=zimbra"
	credentials=PASSword
	searchbase="dc=company,dc=com"
#logbase="cn=accesslog"
#logfilter="(&(objectClass=auditWriteObject)(reqResult=0))"
	schemachecking=on
	type=refreshAndPersist
	#type=refreshOnly
        #interval=00:01:00:00
	retry="60 +"
	syncdata=accesslog

# Refer updates to the master
updateref		ldap://192.168.1.86
Problem is, when I add user to Zimbra, it does not propagate immediately to slave LDAP. I don't even know what the interval is, I've never seen it happen in a few minutes after the Master LDAP update...

Am I missing something? Shouldn't "refreshAndPersist" do it without any delay? Should I run someting on zimbra side, or is the sync from zimbra 6.0.3 to ldap 2.3 on RHEL v5 impossible?

After I restart slave ldap, all the new enteries appear magically.

I'm really confused. Thank you.
Reply With Quote