summaryrefslogtreecommitdiffstats
path: root/gluster/swift/common/middleware/swiftkerbauth/apachekerbauth/etc/httpd/conf.d/swift-auth.conf
blob: 68472d82e98eb9aeef44d47931bf40c2407165ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Location /cgi-bin/swift-auth>
  AuthType Kerberos
  AuthName "Swift Authentication"
  KrbMethodNegotiate On
  KrbMethodK5Passwd On
  KrbSaveCredentials On
  KrbServiceName HTTP/client.example.com
  KrbAuthRealms EXAMPLE.COM
  Krb5KeyTab /etc/httpd/conf/http.keytab
  KrbVerifyKDC Off
  Require valid-user
</Location>