summaryrefslogtreecommitdiffstats
path: root/apachekerbauth/apachekerbauth/etc/httpd/conf.d/swift-auth.conf
blob: ba2b24929da07b8e585522b6ca6a39cdabc30529 (plain)
1
2
3
4
5
6
7
8
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>