https://bz.apache.org/bugzilla/show_bug.cgi?id=60923

--- Comment #7 from Guido W. <[email protected]> ---
(In reply to Eric Covener from comment #6)

Hmm - in the documentation here

https://httpd.apache.org/docs/2.4/mod/mod_ldap.html#pool

it sound like the ldap module / apache server handles the connection pool.

If the ldap module is not the right point to fix this can you please point me
to the correct place?

> > So you are saying the ldap module logs
> > 
> > [Tue Feb 28 12:54:36.457546 2017] [authnz_ldap:info] [pid 38022:tid
> > 139731039868672] [client 10.10.10.56:38730] AH01695: auth_ldap authenticate:
> > user svnuser1 authentication failed; URI
> > /svn/asc091/Components/System_Tests/trunk [ldap_search_ext_s() for user
> > failed][Administrative limit exceeded]
> > 
> > because it got exactly that from the SDK: "Administrative limit exceeded"?
> 
> Yes, nearly.   ldap_serch_ext_s() returned a numeric error code. We passed
> the numeric code into ldap_err2string() and it returned that string.
> 
> We don't even have an underlying socket for the LDAP server. It's
> encapsulated by the LDAP client SDK -- we can just open, bind, search and
> look at LDAP-specific return codes.
> 
> In this case, we get what looks like a pretty vague/generic error back from
> the SDK.

-- 
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