It works .... I forget to add memberOf dans <fetchedAttributes> ....
sorry ! On Tue, Dec 16, 2014 at 1:26 PM, Renaud <[email protected]> wrote: > > I try to test with a little script i already use to get information of > *url* attribute. > I have just change *url* to *memberOf* but nothing is update. An idea ? > > <![CDATA[js: > var DstHosts = new Array(); > var membersSrcDn = > srcBean.getDatasetValuesById("*memberOf*"); > for (var i=0; > i<membersSrcDn.size(); i++) > { > var memberSrcDn = > membersSrcDn.get(i).toLowerCase().trim(); > DstHosts.push(memberSrcDn) > > } > DstHosts; > ]]> > > On Tue, Dec 16, 2014 at 11:48 AM, Clément OUDOT <[email protected]> > wrote: >> >> >> >> 2014-12-16 11:28 GMT+01:00 Renaud <[email protected]>: >>> >>> Hi >>> >>> I don't see memberOf in ADSI Edit, so i didn't think it. >>> I will try, i hope it's good, it's more simple ... >>> >>> >>> >> It is an operational attribute. >> >> Try a real LDAP browser like Apache Directory Studio. >> >> >> >> Clément. >> >
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

