diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-02-25 11:54:23 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-02-25 11:54:23 +0000 |
commit | 9ef00741de556a5cfbf6587e385e1deecf3aed8d (patch) | |
tree | eb4e7429ba566f39d85f7d935bac3989ad7c5fff /net-www/mod_auth_ldap/files | |
parent | Stable on x86. (diff) | |
download | gentoo-2-9ef00741de556a5cfbf6587e385e1deecf3aed8d.tar.gz gentoo-2-9ef00741de556a5cfbf6587e385e1deecf3aed8d.tar.bz2 gentoo-2-9ef00741de556a5cfbf6587e385e1deecf3aed8d.zip |
fixed module config
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-www/mod_auth_ldap/files')
-rw-r--r-- | net-www/mod_auth_ldap/files/55_mod_auth_ldap.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |