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

Use ReconnectionLDAPObject to make creating the connection more robust #40

Closed
joka opened this issue Jul 26, 2018 · 1 comment
Closed

Comments

@joka
Copy link
Contributor

joka commented Jul 26, 2018

Use ldap.ldapobject.ReconnectLDAPObject instead of SimpleLDAPObject to create
the connection object. This makes creating/binding the connection more robust.
Use the exiting properties retry_max (default 1) and retry_delay (default 10) to configure the configure ReconnectLDAPObject.

Implementation: https://github.com/joka/node.ext.ldap/tree/use_reconnect_ldap_object

@jensens
Copy link
Member

jensens commented Jul 26, 2018

Thanks! Please create a Pull request, so we can merge your work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants