Skip to content

Commit 67982b7

Browse files
committed
*) mod_ldap: Add a hint to install the apr_ldap module on init failure.
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
1 parent cbf81b4 commit 67982b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ldap/util_ldap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ static int uldap_connection_init(request_rec *r,
350350
/* something really bad happened */
351351
ldc->bound = 0;
352352
if (NULL == ldc->reason) {
353-
ldc->reason = "LDAP: ldap initialization failed";
353+
ldc->reason = "LDAP: ldap initialization failed. Make sure the apr_ldap module is installed.";
354354
}
355355
return(APR_EGENERAL);
356356
}

0 commit comments

Comments
 (0)