diff -u orig/slapd-hdb-db01.conf ./slapd-hdb-db01.conf --- orig/slapd-hdb-db01.conf 2007-10-14 22:45:32 +0000 +++ ./slapd-hdb-db01.conf 2009-08-24 13:02:22 +0000 @@ -80,10 +80,10 @@ # ## master server # Uncomment 'moduleload syncprov.la' in the slapd.conf, [ Overlays ] section -#overlay syncprov -#syncprov-checkpoint 100 1 -#syncprov-sessionlog 100 -#syncprov-reloadhint TRUE +overlay syncprov +syncprov-checkpoint 100 1 +syncprov-sessionlog 100 +syncprov-reloadhint TRUE # ## slave server # Uncomment 'moduleload syncprov.la' in the slapd.conf, '[ BACKEND OPTIONS ]->Overlays' @@ -114,9 +114,20 @@ 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 by self write by anonymous auth by * none + +#access to dn.subtree="ou=branch2,dc=example,dc=com" +# by dn="uid=syncrepl,dc=example,dc=com" none +# by * read + +access to dn.subtree="dc=example,dc=com" + by dn="uid=syncrepl,dc=example,dc=com" read + by * read diff -u orig/slapd.conf ./slapd.conf --- orig/slapd.conf 2007-10-14 22:44:46 +0000 +++ ./slapd.conf 2009-08-24 06:04:59 +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