Conf file is now in source tree
[mod_auth_kerb.cvs/.git] / mod_auth_gssapi.conf
1 # RPM installations on platforms with a conf.d directory will
2 # result in this file being copied into that directory for you
3 # and preserved across upgrades.
4
5 # For non-RPM installs, you should copy the relevant contents of
6 # this file to a configuration location you control.
7
8 LoadModule auth_gssapi_module modules/mod_auth_gssapi.so
9
10 #
11 # This module requires KeepAlive to be switched On to allow GSSAPI
12 # to perform multiple round-trips during authentication.
13 #
14 # To use this module, client browsers must have SPNEGO switched on.
15 # See browser documentation for details.
16 #
17
18 #
19 # Configure the module for content.
20 #
21
22 <IfModule mod_auth_gssapi.c>
23
24 #   <Location /secure>
25 #
26 #      AuthType Negotiate
27 #      require valid-user
28 #
29 #   </Location>
30
31 </IfModule>