]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
*) mod_ldap: Add a hint to install the apr_ldap module on init failure.
authorEric Covener <covener@apache.org>
Fri, 27 Sep 2024 13:07:26 +0000 (13:07 +0000)
committerEric Covener <covener@apache.org>
Fri, 27 Sep 2024 13:07:26 +0000 (13:07 +0000)
      trunk patch: http://svn.apache.org/r1914038
      2.4.x patch: svn merge -c r1914038 ^/httpd/httpd/trunk .
      +1: minfrin, covener, rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1920978 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c

index 8c9e58717d237a9d568264369458880fed98d079..4747d826ae20d6b0f91fc8fb7422835077945fdc 100644 (file)
@@ -350,7 +350,7 @@ static int uldap_connection_init(request_rec *r,
         /* something really bad happened */
         ldc->bound = 0;
         if (NULL == ldc->reason) {
-            ldc->reason = "LDAP: ldap initialization failed";
+            ldc->reason = "LDAP: ldap initialization failed. Make sure the apr_ldap module is installed.";
         }
         return(APR_EGENERAL);
     }