aboutsummaryrefslogtreecommitdiffstats
path: root/testing/apache-mod-auth-kerb/mod-auth-kerb.conf
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2011-01-03 16:20:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-01-04 08:05:41 +0000
commit2110fabefdf18c73c055f5c7cfce974a8797f661 (patch)
tree7687144ab3d605647bc0294781f088bc1889b79e /testing/apache-mod-auth-kerb/mod-auth-kerb.conf
parent29687b058f4158b4be6cbb7dea7e4a624a71c804 (diff)
downloadaports-2110fabefdf18c73c055f5c7cfce974a8797f661.tar.bz2
aports-2110fabefdf18c73c055f5c7cfce974a8797f661.tar.xz
New aports: apache-mod-auth-kerb
Diffstat (limited to 'testing/apache-mod-auth-kerb/mod-auth-kerb.conf')
-rw-r--r--testing/apache-mod-auth-kerb/mod-auth-kerb.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/apache-mod-auth-kerb/mod-auth-kerb.conf b/testing/apache-mod-auth-kerb/mod-auth-kerb.conf
new file mode 100644
index 0000000000..24310d6cf9
--- /dev/null
+++ b/testing/apache-mod-auth-kerb/mod-auth-kerb.conf
@@ -0,0 +1,26 @@
+#
+# The mod_auth_kerb module implements Kerberos authentication over
+# HTTP, following the "Negotiate" protocol.
+#
+
+LoadModule auth_kerb_module modules/mod_auth_kerb.so
+
+#
+# Sample configuration: Kerberos authentication must only be
+# used over SSL to prevent replay attacks. The keytab file
+# configured must be readable only by the "apache" user, and
+# must contain service keys for "HTTP/www.example.com", where
+# "www.example.com" is the FQDN of this server.
+#
+
+#<Location /private>
+# SSLRequireSSL
+# AuthType Kerberos
+# AuthName "Kerberos Login"
+# KrbMethodNegotiate On
+# KrbMethodK5Passwd Off
+# KrbAuthRealms EXAMPLE.COM
+# Krb5KeyTab /etc/httpd/conf/keytab
+# require valid-user
+#</Location>
+