From a300d512843999241d122ce36f4d076844b8f2c5 Mon Sep 17 00:00:00 2001 From: Carsten Clasohm Date: Tue, 25 Jun 2013 09:42:16 -0700 Subject: initial commit --- apachekerbauth/apachekerbauth/etc/httpd/conf.d/swift-auth.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 apachekerbauth/apachekerbauth/etc/httpd/conf.d/swift-auth.conf (limited to 'apachekerbauth/apachekerbauth/etc/httpd/conf.d/swift-auth.conf') 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 @@ + + AuthType Kerberos + AuthName "Swift Authentication" + KrbMethodNegotiate On + KrbMethodK5Passwd On + KrbAuthRealms EXAMPLE.COM + Krb5KeyTab /etc/httpd/conf/apache.keytab + require valid-user + -- cgit