2015-01-08 18:15 GMT+01:00 Dinesh Babu <[email protected]>: > We don't use lsc.xml as we are doing async LDAP task. So we provide the > filter to LSC programmatically. The one filter > (samaccountname=user(OpenBracket) is hardcoded in the code as we want to > sync just that record and not the entire records from the source. Are we > not supposed to hard code pivot attribute value in the one filter? > > > > Entry with samAccountName value "user(OpenBracket)" exists in the LDAP. > > > > Does that answer your query? > > >
Hi, in this case, you may need to escape yourself the value you pass in the filters, with "FilterEncoder.encodeFilterValue( )" method. Clément.
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

