Hi again,

I need to construct a list of users DNs based on memberUid attribute of
another directory, which contains usernames. There is no error at all,
nothing is written to the destination directory, what could be the
problem here ? Is there a data type issue ?

-------------------------------
        <dataset>
          <name>member</name>
          <forceValues>
                  <string><![CDATA[js:

          var membersdn = [] ;
          for (var user in srcBean.getDatasetValuesById("memberUid")) {
                  membersdn[user] = "uid=" + user + "ou=xxx,dc=xxx,dc=xx";
          }
          membersdn;

                ]]></string>
          </forceValues>
        </dataset>
-------------------------------

Thanks
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

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

Reply via email to