summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-02-25 11:54:23 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-02-25 11:54:23 +0000
commitf68c5e5edf08b00797b27b6499d83d56a7efcd0e (patch)
treee9de88ee3d58e47618405e2ea859b7d662f25d52 /net-www/mod_auth_ldap
parentStable on x86. (diff)
downloadhistorical-f68c5e5edf08b00797b27b6499d83d56a7efcd0e.tar.gz
historical-f68c5e5edf08b00797b27b6499d83d56a7efcd0e.tar.bz2
historical-f68c5e5edf08b00797b27b6499d83d56a7efcd0e.zip
fixed module config
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'net-www/mod_auth_ldap')
-rw-r--r--net-www/mod_auth_ldap/ChangeLog6
-rw-r--r--net-www/mod_auth_ldap/files/55_mod_auth_ldap.conf4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_auth_ldap/ChangeLog b/net-www/mod_auth_ldap/ChangeLog
index 107e06dd4c95..80e55c452930 100644
--- a/net-www/mod_auth_ldap/ChangeLog
+++ b/net-www/mod_auth_ldap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mod_auth_ldap
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/ChangeLog,v 1.12 2005/02/17 14:14:52 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/ChangeLog,v 1.13 2005/02/25 11:54:23 hollow Exp $
+
+ 25 Feb 2005; Benedikt Boehm <hollow@gentoo.org>
+ files/55_mod_auth_ldap.conf:
+ fixed module config
*mod_auth_ldap-3.3 (17 Feb 2005)
diff --git a/net-www/mod_auth_ldap/files/55_mod_auth_ldap.conf b/net-www/mod_auth_ldap/files/55_mod_auth_ldap.conf
index 7d062f6c3b41..d097047e76ed 100644
--- a/net-www/mod_auth_ldap/files/55_mod_auth_ldap.conf
+++ b/net-www/mod_auth_ldap/files/55_mod_auth_ldap.conf
@@ -1,5 +1,5 @@
-<IfDefin AUTH_LDAP>
- LoadModule ldap_auth_module modules/mod_auth_ldap.so
+<IfDefine AUTH_LDAP>
+ LoadModule mm_auth_ldap_module modules/mod_auth_ldap.so
<Directory "/var/www/localhost/htdocs/foo">
Options Indexes FollowSymLinks