]> Raphaƫl G. Git Repositories - ihttpd/blob - 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
1 --- modules/ldap/util_ldap.c 2008-12-18 18:31:03.000000000 +0100
2 +++ modules/ldap/util_ldap.c.oden 2009-07-23 17:00:18.000000000 +0200
3 @@ -236,7 +236,7 @@ static int uldap_connection_init(request
4 /* something really bad happened */
5 ldc->bound = 0;
6 if (NULL == ldc->reason) {
7 - ldc->reason = "LDAP: ldap initialization failed";
8 + ldc->reason = "LDAP: ldap initialization failed. Please try to install apr-util-dbd-ldap.";
9 }
10 return(APR_EGENERAL);
11 }