X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=tests%2Fhttpd.conf;fp=tests%2Fhttpd.conf;h=f10a7ca0f3ae804754dd2b95b907bc980f5cac1d;hp=1e249ec54f009f6e1c78f8d66c7ca3b573e4cf74;hb=f9cc36700c95a88ff7d7489167094556ac0e75cc;hpb=f29a1574c94ad8875626d4d707cc712a6f68ee29 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 + + 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 + + Options +Includes AddOutputFilter INCLUDES .html