Hi,
I am wondering if it is possible to have two syncrepl statements on a
consumer that pull from the same source, but do so with a different
set of parameters and filters that ensure their is no overlap. Below
is an example of what I am interested in trying:
olcSyncRepl: rid=001
provider=ldap://server1.example.com
binddn="MANAGERDN" bindmethod=simple
credentials=$PASSWD searchbase="$BASEDN" type=refreshAndPersist
retry="5 5 300 5" timeout=1 filter="(!(objectclass=mygroup))"
olcSyncRepl: rid=002
provider=ldap://server1.example.com
binddn="MANAGERDN" bindmethod=simple
credentials=$PASSWD searchbase="$BASEDN" type=refreshOnly
interval=00:00:10:00 retry="5 5 300 5" timeout=1
filter="(objectclass=mygroup)"
Basically, I am interested in syncing certain groups occasionally
(they have a custom objectclass), but everything else as quickly as
possible.
Thanks!
Al