-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only bind if the connection is not already bound
The connection is created as a ReconnectLDAPObject, which will auto re-connect when the next synchronous method is called if the connection fails, but won't re-bind. So, we maintain the bind state, and re-set it if the query fails.
- Loading branch information
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters