mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 16:11:32 +00:00
Give a better hint.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1676593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -331,7 +331,7 @@ static int uldap_connection_init(request_rec *r,
|
|||||||
rc = apr_ldap_rebind_add(ldc->rebind_pool, ldc->ldap, ldc->binddn, ldc->bindpw);
|
rc = apr_ldap_rebind_add(ldc->rebind_pool, ldc->ldap, ldc->binddn, ldc->bindpw);
|
||||||
if (rc != APR_SUCCESS) {
|
if (rc != APR_SUCCESS) {
|
||||||
ap_log_error(APLOG_MARK, APLOG_ERR, rc, r->server, APLOGNO(01277)
|
ap_log_error(APLOG_MARK, APLOG_ERR, rc, r->server, APLOGNO(01277)
|
||||||
"LDAP: Unable to add rebind cross reference entry. Out of memory?");
|
"LDAP: Unable to add rebind cross reference entry. Out of memory? Try 'LDAPReferrals OFF'");
|
||||||
uldap_connection_unbind(ldc);
|
uldap_connection_unbind(ldc);
|
||||||
ldc->reason = "LDAP: Unable to add rebind cross reference entry.";
|
ldc->reason = "LDAP: Unable to add rebind cross reference entry.";
|
||||||
return(rc);
|
return(rc);
|
||||||
|
Reference in New Issue
Block a user