mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 13:16:45 +02:00
19 lines
609 B
Text
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>
|
|
|