X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=tests%2Fhttpd.conf;h=77701f99e2781997cc3c315e096be6ef83b08c61;hp=517203f237a62a770d69eef010f052bff65cc25c;hb=47de8ee6c742264ff03e9e3786cca3dabbedff4c;hpb=ecd5b7c10b3bf1a93ce3653f9d1557177d913855 diff --git a/tests/httpd.conf b/tests/httpd.conf index 517203f..77701f9 100644 --- a/tests/httpd.conf +++ b/tests/httpd.conf @@ -132,3 +132,15 @@ CoreDumpDirectory /tmp Require valid-user + + 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 + +