You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/02/17 14:59:30 UTC

svn commit: r745073 - /httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c

Author: trawick
Date: Tue Feb 17 13:59:30 2009
New Revision: 745073

URL: http://svn.apache.org/viewvc?rev=745073&view=rev
Log:
fix the name of this module in an error log message

Modified:
    httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c

Modified: httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c?rev=745073&r1=745072&r2=745073&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c (original)
+++ httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c Tue Feb 17 13:59:30 2009
@@ -1505,7 +1505,7 @@
     if (ap_find_linked_module("util_ldap.c") == NULL) {
         ap_log_error(APLOG_MARK, APLOG_ERR, 0, s,
                      "Module mod_ldap missing. Mod_ldap (aka. util_ldap) "
-                     "must be loaded in order for mod_auth_ldap to function properly");
+                     "must be loaded in order for mod_authnz_ldap to function properly");
         return HTTP_INTERNAL_SERVER_ERROR;
 
     }