-
Notifications
You must be signed in to change notification settings - Fork 181
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
LDAP (search, add, update, some sample flows) #361
Comments
Hi,
For your information, I had to use javax classes because there is no working ldap python modules under Jython. Ldap3 has a method that is too long, and python-ldap uses C bindings. Also I had to "del settings", It could be great to only extract variable from the python scope that are defined as output. Regards |
hi @sylvainblot -- I agree that using as you suggested, the solution could be to only publish certain variables, but cannot do that based on operation outputs since they can have any expression, not only |
Hi @Bonczidai |
Hi, I'm the author of the ldap3 package. I don't use Jython, but ldap3 is pure Python code compatible tested again Python from version 2.6 up to version 3.5. What do you mean with "Ldap3 has a method that is too long"? There is such a limitation on method size in Jython? Which is the method involved? I would be happy to help, if I could. Bye, |
Hi @cannatag The first error I'm facing is:
and then if I remove all lines related to microsoft and novell I get:
Seems like the issue is not going to be solved by the jython team: http://bugs.jython.org/issue1758320 King regards, |
Hi @sylvainblot, |
Hi @pe-pan |
No description provided.
The text was updated successfully, but these errors were encountered: