https://issues.apache.org/bugzilla/show_bug.cgi?id=54587

--- Comment #2 from Eric Covener <[email protected]> ---
(In reply to comment #1)
> maybe uldap_connection_unbind() instead of the assignment would help? Any
> details on original symptom?

This does seem to help. When LDAP authn is used, we don't let the bound
connection be re-used nor setaside a bound connection for each basic auth user.
 Really unbinding means we lose the connection right away.

Note: we do have to defer the unbind until the end of uldap_cache_checkuserid.

I must have tested with authz where the conns are more easily re-used since
they are not tainted with the basic auth user creds.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to