From 4ca7789f32e3bea961fea2471975cf1774c3434c Mon Sep 17 00:00:00 2001 From: frank Date: Sun, 29 Jan 2012 13:11:19 +0100 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +www-apache/mod_auth_kerb-5.4 --- .etckeeper | 1 + apache2/modules.d/11_mod_auth_kerb.conf | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 apache2/modules.d/11_mod_auth_kerb.conf 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 -- 2.39.5