]> Raphaƫl G. Git Repositories - ihttpd/blobdiff - SOURCES/httpd-2.2.10-ldap_auth_now_modular_in-apr-util-dbd-ldap_fix.diff
New 2.4.48 version
[ihttpd] / SOURCES / httpd-2.2.10-ldap_auth_now_modular_in-apr-util-dbd-ldap_fix.diff
diff --git a/SOURCES/httpd-2.2.10-ldap_auth_now_modular_in-apr-util-dbd-ldap_fix.diff b/SOURCES/httpd-2.2.10-ldap_auth_now_modular_in-apr-util-dbd-ldap_fix.diff
new file mode 100644 (file)
index 0000000..502a35f
--- /dev/null
@@ -0,0 +1,11 @@
+--- modules/ldap/util_ldap.c   2008-12-18 18:31:03.000000000 +0100
++++ modules/ldap/util_ldap.c.oden      2009-07-23 17:00:18.000000000 +0200
+@@ -236,7 +236,7 @@ static int uldap_connection_init(request
+         /* something really bad happened */
+         ldc->bound = 0;
+         if (NULL == ldc->reason) {
+-            ldc->reason = "LDAP: ldap initialization failed";
++            ldc->reason = "LDAP: ldap initialization failed. Please try to install apr-util-dbd-ldap.";
+         }
+         return(APR_EGENERAL);
+     }