Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ldap binding to JavaScriptEvaluator when using pluginDestinationService-executableLdapDestinationServiceSettings #5

Open
coudot opened this issue Jan 19, 2017 · 0 comments
Milestone

Comments

@coudot
Copy link
Member

coudot commented Jan 19, 2017

From http://tools.lsc-project.org/issues/721

I noticed that using a pluginDestinationService that execute against an executableLdapDestinationServiceSettings, it is not possible to make use of "ldap" binding

The ScriptableJndiServices is not istantiated. The pluginDestinationService is istantiated as org.lsc.plugins.connectors.executable.ExecutableLdapDestinationService that does not inherit from AbstractSimpleJndiService

For this reason the check

&& task.getDestinationService() instanceof AbstractSimpleJndiService

inside JScriptEvaluator.java fails.

In my opinion it would be great being able to query the destination even with this plugin.

@coudot coudot added this to the 1.1 milestone Jan 19, 2017
@coudot coudot modified the milestones: 1.1, 1.2 Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant