On Tue, Mar 12, 2019 at 6:22 PM Soisik Froger <[email protected]> wrote:

> Try srcLdap.search("", filter). LSC will append contextDn to the base 
> parameter. If you set it, the research will not work as it will look into 
> base + contextDN (the part in connection URL). It could also be a specific OU 
> ("ou=ou1"). It's easier to debug this if you can see the incoming request 
> arriving in your LDAP directory.
> Also, I believe your filter should be formatted like this : "(mail=" + mail + 
> ")", according to LDAP filter specification.
> You have choose to use mail as pivot attribute for clean, make sure it cannot 
> be changed in source and that it will always be unique within all branches, 
> sAMAccountName maybe less error prone unless you know what you're doing.

Hi Soisik,

I have applied your fixes and everything is working as I expected.
Thanks a alot for your help.
_______________________________________________________________
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