aboutsummaryrefslogtreecommitdiffstats
path: root/testing/apache-mod-auth-gssapi/mod-auth-gssapi.conf
blob: 6be2dcc6f9046b06b11d80b27718191b34b91614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>