X-Git-Url: https://git.rapsys.eu/ihttpd/blobdiff_plain/b5b5672cb19d6a406a661d728565852ba9116860..3384065809c951d0c019cd8919ab6c43c7b3b4df:/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 index 0000000..502a35f --- /dev/null +++ b/SOURCES/httpd-2.2.10-ldap_auth_now_modular_in-apr-util-dbd-ldap_fix.diff @@ -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); + }