LoadModule auth_gssapi_module modules/mod_auth_gssapi.so ## example, see mod_auth_gssapi README for more options # # AuthType GSSAPI # AuthName "GSSAPI Single Sign On Login" # GssapiCredStore keytab:/etc/apache2/krb5.keytab # GssapiCredStore client_keytab:/etc/apache2/krb5.keytab # GssapiCredStore ccache:FILE:/run/httpd/krb5ccache # GssapiDelegCcacheDir /run/httpd/clientcaches # Require valid-user # GssapiSSLonly On # GssapiBasicAuth On # GssapiAllowedMech krb5 # GssapiNegotiateOnce On # GssapiLocalName On # # GssapiUseSessions On # Session On # SessionCookieName gssapi_session path=/private;httponly;secure; # # GssapiPublishErrors On # GssapiAcceptorName HTTP@{HOSTNAME} # # vim: ts=4 filetype=apache