Christian Marg wrote:
Hello,
A Molchanov wrote:
filter="(ou=111),(ou=222)"
See http://www.ietf.org/rfc/rfc2254.txt for filter syntax, in your case it would be "(|(ou=111)(ou=222))" except that it probably wouldn't work, since the filter only matches entries containing these attributes.
Perhaps it is possible (at least the Adminguide doesn't speak against it) to use several instances of "syncrepl" in your configuration, each with a different rid.
bye Christian
This has been replaced by http://www.rfc-editor.org/rfc/rfc4515.txt
Thanks.