]> granicus.if.org Git - apache/commitdiff
Give a better hint.
authorEric Covener <covener@apache.org>
Tue, 28 Apr 2015 18:56:47 +0000 (18:56 +0000)
committerEric Covener <covener@apache.org>
Tue, 28 Apr 2015 18:56:47 +0000 (18:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1676593 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c

index 38569b5b13cc8f98216346e5dee88cc5439871ac..ba11cd29a59a704339afd278deb4274dadfa591b 100644 (file)
@@ -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);
         if (rc != APR_SUCCESS) {
             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);
             ldc->reason = "LDAP: Unable to add rebind cross reference entry.";
             return(rc);