diff options
-rw-r--r-- | www-apache/mod_auth_kerb/ChangeLog | 8 | ||||
-rw-r--r-- | www-apache/mod_auth_kerb/files/11_mod_auth_kerb.conf | 22 | ||||
-rw-r--r-- | www-apache/mod_auth_kerb/metadata.xml | 3 |
3 files changed, 17 insertions, 16 deletions
diff --git a/www-apache/mod_auth_kerb/ChangeLog b/www-apache/mod_auth_kerb/ChangeLog index c7ef49ea9251..0332870d5883 100644 --- a/www-apache/mod_auth_kerb/ChangeLog +++ b/www-apache/mod_auth_kerb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_auth_kerb -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.3 2007/09/21 20:59:36 hollow Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.4 2008/01/27 16:52:16 hollow Exp $ + + 27 Jan 2008; Benedikt Böhm <hollow@gentoo.org> + files/11_mod_auth_kerb.conf, metadata.xml: + fix metadata; cleanup 21 Sep 2007; Benedikt Böhm <hollow@gentoo.org> mod_auth_kerb-5.3.ebuild: remove apache-1 cruft diff --git a/www-apache/mod_auth_kerb/files/11_mod_auth_kerb.conf b/www-apache/mod_auth_kerb/files/11_mod_auth_kerb.conf index 0852c1148e98..03a961f1a6e1 100644 --- a/www-apache/mod_auth_kerb/files/11_mod_auth_kerb.conf +++ b/www-apache/mod_auth_kerb/files/11_mod_auth_kerb.conf @@ -1,14 +1,14 @@ <IfDefine AUTH_KERB> - LoadModule auth_kerb_module modules/mod_auth_kerb.so +LoadModule auth_kerb_module modules/mod_auth_kerb.so + +<Directory "/var/www/private"> + AuthType Kerberos + AuthName "Kerberos Login" + # See the INSTALL file about howto create the keytab + Krb5Keytab conf/apache.keytab + KrbAuthRealms EXAMPLE.COM + Require valid-user +</Directory> </IfDefine> -<IfModule mod_auth_kerb.c> - <Directory "/var/www/private"> - AuthType Kerberos - AuthName "Kerberos Login" - # See the INSTALL file about howto create the keytab - Krb5Keytab conf/apache.keytab - KrbAuthRealms EXAMPLE.COM - Require valid-user - </Directory> -</IfModule> +# vim: ts=4 filetype=apache diff --git a/www-apache/mod_auth_kerb/metadata.xml b/www-apache/mod_auth_kerb/metadata.xml index a1f5ceff2352..64a719ea1bfd 100644 --- a/www-apache/mod_auth_kerb/metadata.xml +++ b/www-apache/mod_auth_kerb/metadata.xml @@ -2,7 +2,4 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>apache</herd> - <maintainer> - <email>apache-bugs@gentoo.org</email> - </maintainer> </pkgmetadata> |