On 23/07/2019 09:13, BOURLES, Sebastien wrote:
> Let’s take the following design on Openldap :
> 
>  
> 
> Dc=0
> 
> Dc=1
> 
> Dc=2
> 
> Dc=3
> 
> Dc=4
> 
> Dc=5
> 
>  
> 
> How can you tell LSC to synchronize dc=0 but not dc=5 ?
> 
Hi

OpenLDAP supports extensible match filter on DN. 

Set your baseDN to dc=0 and set up a filter that exclude dc=5 from dn :

(&(objectClass=inetOrgPerson)(!(dc:dn:=dc5)))

Example : https://www.openldap.org/lists/openldap-technical/200811/msg00000.html

Regards
-- 
Soisik Froger | Software Architect

[email protected]

Worteks | https://www.worteks.com
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

Reply via email to