Issue #99 has been updated by Jonathan Clarke. Status changed from New to Closed Assigned to set to Jonathan Clarke Target version set to 1.2.0 % Done changed from 0 to 100
Clément Oudot wrote: > I try to use this in a syncoption: > ldap.getContextDn() This happens because ldap is a "ScriptableJndiServices object":http://lsc-project.org/javadoc/1.2-SNAPSHOT/org/lsc/jndi/ScriptableJndiServices.html. This class does not map all methods of JndiServices... this is probably a "bad thing". For now, I've added this method (getContextDn) to "ScriptableJndiServices object":http://lsc-project.org/javadoc/1.2-SNAPSHOT/org/lsc/jndi/ScriptableJndiServices.html. This will be available in 1.2.0 (and the trunk, so any future versions). I hope this helps, and I apologize for the slow time responding to this issue - it seems it got "lost". Sorry! ---------------------------------------- Bug #99: getContextDn() is not found by rhino http://tools.lsc-project.org/issues/show/99 Author: Clément Oudot Status: Closed Priority: Normal Assigned to: Jonathan Clarke Category: Core Target version: 1.2.0 Hello, I try to use this in a syncoption: <pre> ldap.getContextDn() </pre> The javascript error is: <pre> org.mozilla.javascript.EcmaError: TypeError: Cannot find function getContextDn. (<cmd>#1) </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

