Retry or failover not working when using TLS

Bug #2060325 reported by Jimmy McCrory
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ldappool
In Progress
Undecided
Unassigned

Bug Description

When using TLS, ldappool will not retry or failover to the next LDAP server if there is any exception when binding a connection.

This is because retries only occur after an ldap.LDAPError exception[0] while the bind function always raises a BackendError exception[1].

[0] https://opendev.org/openstack/ldappool/src/branch/master/ldappool/__init__.py#L249-L279
[1] https://opendev.org/openstack/ldappool/src/branch/master/ldappool/__init__.py#L214-L220

Changed in ldappool:
status: New → In Progress
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.