https://bz.apache.org/bugzilla/show_bug.cgi?id=60923
--- Comment #6 from Eric Covener <[email protected]> --- > 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]
