Add basic auth test
[mod_auth_gssapi.git] / tests / httpd.conf
index 517203f..77701f9 100644 (file)
@@ -132,3 +132,15 @@ CoreDumpDirectory /tmp
   Require valid-user
 </Location>
 
+<Location /basic_auth_krb5>
+  AuthType GSSAPI
+  AuthName "Password Login"
+  GssapiSSLonly Off
+  GssapiCredStore ccache:${HTTPROOT}/tmp/httpd_krb5_ccache
+  GssapiCredStore client_keytab:${HTTPROOT}/http.keytab
+  GssapiCredStore keytab:${HTTPROOT}/http.keytab
+  GssapiBasicAuth On
+  GssapiBasicAuthMech krb5
+  Require valid-user
+</Location>
+