diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-01-27 16:53:08 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-01-27 16:53:08 +0000 |
commit | 748a7b6f5d2c1ee9fbc4074ae9a5d02764a9085a (patch) | |
tree | 5bd9f90ca2c64a25658e328e6441cabc84a14b4c /www-apache/mod_auth_kerb | |
parent | fix metadata; cleanup (diff) | |
download | historical-748a7b6f5d2c1ee9fbc4074ae9a5d02764a9085a.tar.gz historical-748a7b6f5d2c1ee9fbc4074ae9a5d02764a9085a.tar.bz2 historical-748a7b6f5d2c1ee9fbc4074ae9a5d02764a9085a.zip |
fix metadata; cleanup
Package-Manager: portage-2.1.4
Diffstat (limited to 'www-apache/mod_auth_kerb')
-rw-r--r-- | www-apache/mod_auth_kerb/ChangeLog | 5 | ||||
-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, 13 insertions, 17 deletions
diff --git a/www-apache/mod_auth_kerb/ChangeLog b/www-apache/mod_auth_kerb/ChangeLog index 0332870d5883..5afb968cdb05 100644 --- a/www-apache/mod_auth_kerb/ChangeLog +++ b/www-apache/mod_auth_kerb/ChangeLog @@ -1,9 +1,8 @@ # ChangeLog for www-apache/mod_auth_kerb # 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 $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.5 2008/01/27 16:53:08 hollow Exp $ - 27 Jan 2008; Benedikt Böhm <hollow@gentoo.org> - files/11_mod_auth_kerb.conf, metadata.xml: + 27 Jan 2008; Benedikt Böhm <hollow@gentoo.org> ChangeLog, Manifest: fix metadata; cleanup 21 Sep 2007; Benedikt Böhm <hollow@gentoo.org> mod_auth_kerb-5.3.ebuild: 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> |