A Molchanov <[EMAIL PROTECTED]> writes: > Hi, > situation: its need to synchronize 2 servers with 2 or more different filters > or searchbases, like: > ----- > searchbase="(ou=111...dc=org),(ou=222...dc=org)",
this wouldn't work of the box as only one searchbase may be specified, but you may establish back-meta or some overlay to provide a consolidated view. > or > filter="(ou=111),(ou=222)" > --- > is correct syntax? would it works?? No, syntax is defined in rfc 4515, something like filter="(|(ou=111)(ou=222)" may work, depending on your setup and requirements. -Dieter -- Dieter Klünter | Systemberatung http://www.dkluenter.de GPG Key ID:8EF7B6C6
