Issue #564 has been updated by Raphaël Ouazana.

Status changed from Feedback to Closed
% Done changed from 0 to 100

Not reproducible.
----------------------------------------
Bug #564: Every Update entry with attribute containt Ctrl-M char
http://tools.lsc-project.org/issues/564

Author: Lanore Ronan
Status: Closed
Priority: Normal
Assigned to: Raphaël Ouazana
Category: Core
Target version: 2.1
Problem in version: 2.0


I think some user from ActiveDirectory.

For specific user his have streetAddress that contain ^M into values

LSC want to sync every time this entry.

I have tried to find a workarrond by this script but it don't work.

<pre>
         <name>streetAddress</name>
            <forceValues>
            <string>
<![CDATA[js:
var srcAddress = String(srcBean.getDatasetFirstValueById("streetAddress")) ;
var addressLessCtrlM = srcAddress.replace(/\cM/g,"") ;
addressLessCtrlM
]]>
            </string>
</pre>




-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://tools.lsc-project.org/my/account
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-dev mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-dev

Reply via email to