--- orig/slapd-hdb-db01.conf 2007-10-14 22:45:32 +0000 +++ orig/slapd-hdb-db01.conf 2009-08-24 12:59:31 +0000 @@ -90,18 +90,18 @@ # section. # See man slapo-syncprov for details. # -#syncrepl rid=123 -# provider=ldap://syncprov.ldap.server.tld:389 -# type=refreshAndPersist -# interval=00:01:00:00 -# retry="60 +" -# searchbase="dc=example,dc=com" -# filter="(objectClass=*)" -# scope=sub -# schemachecking=off -# bindmethod=simple -# binddn="uid=syncrepluser,dc=example,dc=com" -# credentials=syncrepluser-password +syncrepl rid=123 + provider=ldap://10.9.9.1:389 + type=refreshAndPersist + interval=00:01:00:00 + retry="60 +" + searchbase="dc=example,dc=com" + filter="(objectClass=*)" + scope=sub + schemachecking=off + bindmethod=simple + binddn="uid=syncrepl,dc=example,dc=com" + credentials=syncrepl # ## Replication setup - end ##### @@ -114,6 +114,8 @@ index objectClass eq index uid pres,eq,sub index cn pres,eq,sub,subany +index entryCSN eq +index entryUUID eq # [BACKEND ACCESS CONTROL LIST] access to attrs=userPassword --- orig/slapd.conf 2007-10-14 22:44:46 +0000 +++ orig/slapd.conf 2009-08-24 06:48:12 +0000 @@ -94,7 +94,7 @@ # 512 stats log entries sent # 1024 print communication with shell backends # 2048 entry parsing -loglevel 0 +loglevel -1 # This option sets the hash to be used in generation of user passwords, stored # in userPassword, during processing of LDAP Password Modify Extended @@ -224,7 +224,7 @@ #moduleload refint.la #moduleload retcode.la #moduleload rwm.la -#moduleload syncprov.la +moduleload syncprov.la #moduleload translucent.la #moduleload unique.la #moduleload valsort.la