summaryrefslogtreecommitdiffstats
path: root/apachekerbauth/apachekerbauth/etc/httpd/conf.d/swift-auth.conf
diff options
context:
space:
mode:
authorCarsten Clasohm <clasohm@redhat.com>2013-06-25 09:42:16 -0700
committerCarsten Clasohm <clasohm@redhat.com>2013-06-25 09:42:16 -0700
commita300d512843999241d122ce36f4d076844b8f2c5 (patch)
treed1f06894116112a2865a122b57b64fac395542cc /apachekerbauth/apachekerbauth/etc/httpd/conf.d/swift-auth.conf
initial commit
Diffstat (limited to 'apachekerbauth/apachekerbauth/etc/httpd/conf.d/swift-auth.conf')
-rw-r--r--apachekerbauth/apachekerbauth/etc/httpd/conf.d/swift-auth.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/apachekerbauth/apachekerbauth/etc/httpd/conf.d/swift-auth.conf b/apachekerbauth/apachekerbauth/etc/httpd/conf.d/swift-auth.conf
new file mode 100644
index 0000000..ba2b249
--- /dev/null
+++ b/apachekerbauth/apachekerbauth/etc/httpd/conf.d/swift-auth.conf
@@ -0,0 +1,9 @@
+<Location /cgi-bin/swift-auth>
+ AuthType Kerberos
+ AuthName "Swift Authentication"
+ KrbMethodNegotiate On
+ KrbMethodK5Passwd On
+ KrbAuthRealms EXAMPLE.COM
+ Krb5KeyTab /etc/httpd/conf/apache.keytab
+ require valid-user
+</Location>