From: frank Date: Sun, 29 Jan 2012 12:11:19 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4ca7789f32e3bea961fea2471975cf1774c3434c;p=config%2Fuhu1%2Fetc.git committing changes in /etc after emerge run Package changes: +www-apache/mod_auth_kerb-5.4 --- diff --git a/.etckeeper b/.etckeeper index 043aa88..6f32b85 100755 --- a/.etckeeper +++ b/.etckeeper @@ -60,6 +60,7 @@ maybe chmod 0644 './apache2/modules.d/00_mod_status.conf' maybe chmod 0644 './apache2/modules.d/00_mod_userdir.conf' maybe chmod 0644 './apache2/modules.d/00_mpm.conf' maybe chmod 0644 './apache2/modules.d/10_mod_mem_cache.conf' +maybe chmod 0644 './apache2/modules.d/11_mod_auth_kerb.conf' maybe chmod 0644 './apache2/modules.d/20_mod_fastcgi.conf' maybe chmod 0644 './apache2/modules.d/40_mod_ssl.conf' maybe chmod 0644 './apache2/modules.d/45_mod_dav.conf' diff --git a/apache2/modules.d/11_mod_auth_kerb.conf b/apache2/modules.d/11_mod_auth_kerb.conf new file mode 100644 index 0000000..e567274 --- /dev/null +++ b/apache2/modules.d/11_mod_auth_kerb.conf @@ -0,0 +1,14 @@ + +LoadModule auth_kerb_module modules/mod_auth_kerb.so + + + AuthType Kerberos + AuthName "Kerberos Login" + # See the INSTALL file about howto create the keytab + Krb5Keytab conf/apache.keytab + KrbAuthRealms EXAMPLE.COM + Require valid-user + + + +# vim: ts=4 filetype=apache