diff options
author | Simo Sorce <simo@redhat.com> | 2016-12-16 09:43:25 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2017-01-03 11:42:52 -0500 |
commit | e2a50ad80f55bf2a933ef177914caa5c7ac6f4a9 (patch) | |
tree | 849be9f97ca026229f38ee68e8bc0dd1d0658d3d /tests | |
parent | 0d6a1a390a578ab8be5bc0d6225e3e0b07dc7eba (diff) | |
download | mod_auth_gssapi-e2a50ad80f55bf2a933ef177914caa5c7ac6f4a9.tar.gz mod_auth_gssapi-e2a50ad80f55bf2a933ef177914caa5c7ac6f4a9.tar.xz mod_auth_gssapi-e2a50ad80f55bf2a933ef177914caa5c7ac6f4a9.zip |
Add option to store the session encryption key.
With the new 'file:' sytnax a session key can be automatically generated
the first time mod_auth_gssapi runs and stored on the filesystem.
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Robbie Harwood <rharwood@redhat.com>
Closes #117
Diffstat (limited to 'tests')
-rw-r--r-- | tests/httpd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/httpd.conf b/tests/httpd.conf index 134a84a..66054c1 100644 --- a/tests/httpd.conf +++ b/tests/httpd.conf @@ -137,6 +137,7 @@ CoreDumpDirectory /tmp GssapiUseSessions On Session On SessionCookieName gssapi_session path=/spnego;httponly + GssapiSessionKey file:${HTTPROOT}/session.key GssapiCredStore ccache:${HTTPROOT}/tmp/httpd_krb5_ccache GssapiCredStore client_keytab:${HTTPROOT}/http.keytab GssapiCredStore keytab:${HTTPROOT}/http.keytab |