summaryrefslogtreecommitdiffstats
path: root/apachekerbauth/apachekerbauth/etc
diff options
context:
space:
mode:
Diffstat (limited to 'apachekerbauth/apachekerbauth/etc')
-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>