]> granicus.if.org Git - apache/commitdiff
fix the name of this module in an error log message
authorJeff Trawick <trawick@apache.org>
Tue, 17 Feb 2009 13:59:30 +0000 (13:59 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 17 Feb 2009 13:59:30 +0000 (13:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@745073 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authnz_ldap.c

index 0de7c5c6cdda5ae69d0f4cef4f574c85902edf50..8097b3c2bef85cfe53ecdaccc4f4cee9001fee21 100644 (file)
@@ -1505,7 +1505,7 @@ static int authnz_ldap_post_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *
     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;
 
     }