]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_ldap: Add a hint to install the apr_ldap module on init failure.
authorGraham Leggett <minfrin@apache.org>
Wed, 22 Nov 2023 12:14:02 +0000 (12:14 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 22 Nov 2023 12:14:02 +0000 (12:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914038 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c

index 8e508581fa520f5312f9328804d391cca89af52d..52a12912b4dbd9d88296d1fbe58bfec771e1db02 100644 (file)
@@ -379,7 +379,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);
     }