2012/8/4 [email protected] <[email protected]>: > Hello, > > I'll try to sync a database users in LDAP and all seems to be good > when > I have this error : > > août 04 18:28:20 - ERROR - javax.script.ScriptException: > sun.org.mozilla.javascript.EcmaError: TypeError: Cannot find function > getDatasetValueById in object id: 2 > > The script found my data : > > => uid - 3 > => mail - [email protected] > => sn - Chéramy > => cn - Chéramy Guillaume > => givenname - Guillaume > . (<Unknown source>#3) in <Unknown source> at line number 3 > août 04 18:28:20 - ERROR - javax.script.ScriptException: > sun.org.mozilla.javascript.EcmaError: TypeError: Cannot find function > getDatasetValueById in object id: 1 > > I have the error for each lines >
See the javadoc here: http://lsc-project.org/javadoc/2.0-SNAPSHOT/org/lsc/beans/LscBean.html You can use getAttributeValuesById or getDatasetFirstValueById Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

