aports/testing/apache-mod-auth-gssapi/mod-auth-gssapi.conf
Francesco Colista d142c221f7 testing/apache-mod-auth-gssapi: upgrade to 1.6.3
added example config, updated APKBUILD, added mantainer.
2020-10-02 12:09:24 +00:00

19 lines
609 B
Text

LoadModule auth_gssapi_module modules/mod_auth_gssapi.so
## example, see mod_auth_gssapi README for more options
#<Directory "/var/www/private">
# AuthType GSSAPI
# AuthName "GSSAPI Single Sign On Login"
# GssapiCredStore keytab:/etc/apache2/krb5.keytab
# Require valid-user
# GssapiBasicAuth On
# GssapiAllowedMech krb5
# GssapiNegotiateOnce On
# GssapiLocalName On
# GssapiUseSessions On
# GssapiDelegCcacheDir /run/httpd/clientcaches
# GssapiPublishErrors On
# GssapiAcceptorName HTTP@{HOSTNAME}
## See http://www.jfcarter.net/~jimc/documents/bugfix/41-auth-kerb.html for details
#</Directory>