diff options
-rw-r--r-- | net-www/mod_auth_ldap/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_ldap/Manifest | 10 | ||||
-rw-r--r-- | net-www/mod_auth_ldap/files/55_mod_auth_ldap.conf | 4 |
3 files changed, 12 insertions, 8 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/Manifest b/net-www/mod_auth_ldap/Manifest index 12195c84dc04..0522085272f4 100644 --- a/net-www/mod_auth_ldap/Manifest +++ b/net-www/mod_auth_ldap/Manifest @@ -1,11 +1,11 @@ -MD5 47e62d56cb964d049b7492716be690da ChangeLog 2690 +MD5 9f84ea7f22578139a2a25ee7353d5ab9 ChangeLog 2794 MD5 0d18f0fe5d603b41b988373892caf195 metadata.xml 226 MD5 8b9d3b00fc7a33be7c5b5d7ce3a4a336 mod_auth_ldap-2.4.2-r1.ebuild 876 -MD5 6ae778f8f185dc2d8bc0423a24cf777f mod_auth_ldap-3.3.ebuild 1388 MD5 a9ccf04e78090f7bc86a551831c46cee mod_auth_ldap-2.4.2.ebuild 1659 -MD5 70f2900c0af4686603926e27feb6b46d files/digest-mod_auth_ldap-2.4.2-r1 71 -MD5 70f2900c0af4686603926e27feb6b46d files/digest-mod_auth_ldap-2.4.2 71 +MD5 6ae778f8f185dc2d8bc0423a24cf777f mod_auth_ldap-3.3.ebuild 1388 +MD5 3ea5852bd26705b61639b1ee30e72409 files/55_mod_auth_ldap.conf 673 MD5 62b3324855a538cd461599aa25998233 files/mod_auth_ldap-2.4.2-register.patch 1038 MD5 7c887a1226ef0c99f4068014a05b2135 files/mod_auth_ldap.conf 667 -MD5 d6e8db2a8f272dd55fe74800f0935c25 files/55_mod_auth_ldap.conf 669 +MD5 70f2900c0af4686603926e27feb6b46d files/digest-mod_auth_ldap-2.4.2-r1 71 +MD5 70f2900c0af4686603926e27feb6b46d files/digest-mod_auth_ldap-2.4.2 71 MD5 76206b76e9f83bdce9089a9382477b48 files/digest-mod_auth_ldap-3.3 68 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 |