summaryrefslogtreecommitdiffstats
path: root/tests/httpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/httpd.conf')
-rw-r--r--tests/httpd.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/httpd.conf b/tests/httpd.conf
index 1e249ec..f10a7ca 100644
--- a/tests/httpd.conf
+++ b/tests/httpd.conf
@@ -137,6 +137,22 @@ CoreDumpDirectory /tmp
Require valid-user
</Location>
+<Location /spnego_negotiate_once>
+ AuthType GSSAPI
+ AuthName "Login Negotiate Once"
+ GssapiSSLonly Off
+ GssapiUseSessions On
+ Session On
+ SessionCookieName gssapi_session path=/spnego_negotiate_once;httponly
+ GssapiCredStore ccache:${HTTPROOT}/tmp/httpd_krb5_ccache
+ GssapiCredStore client_keytab:${HTTPROOT}/http.keytab
+ GssapiCredStore keytab:${HTTPROOT}/http.keytab
+ GssapiBasicAuth Off
+ GssapiAllowedMech krb5
+ GssapiNegotiateOnce On
+ Require valid-user
+</Location>
+
<Location /basic_auth_krb5>
Options +Includes
AddOutputFilter INCLUDES .html