diff options
author | Jeff Trawick <trawick@apache.org> | 2009-02-17 14:59:30 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2009-02-17 14:59:30 +0100 |
commit | 4ba05cdabbe212df7a6b060a2c0ef46c09fbe29a (patch) | |
tree | 0776dc93935365c31fc85a6c3ddd7b040cd9deb1 /modules/aaa/mod_authnz_ldap.c | |
parent | update transformation (diff) | |
download | apache2-4ba05cdabbe212df7a6b060a2c0ef46c09fbe29a.tar.xz apache2-4ba05cdabbe212df7a6b060a2c0ef46c09fbe29a.zip |
fix the name of this module in an error log message
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@745073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa/mod_authnz_ldap.c')
-rw-r--r-- | modules/aaa/mod_authnz_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index 0de7c5c6cd..8097b3c2be 100644 --- a/modules/aaa/mod_authnz_ldap.c +++ b/modules/aaa/mod_authnz_ldap.c @@ -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; } |