detect NTLM runtime
[mod_spnego.git] / README
blobcd7ca461314c92843c18e3c962341b0150605fea
2 Author
4         Love Hörnquist Ã…strand <lha@kth.se>
6 Sample configuration
8         LoadModule spnego_module /usr/pkg/lib/httpd/mod_spnego.so
10         <Directory "/my/spnego/dir">
11                 AuthType SPNEGO
12                 SPNEGOAuth On
13                 SPNEGOAuthSaveDelegatedCred On
14                 SPNEGOAuthKrb5AcceptorIdentity /etc/krb5.keytab.www
15                 SPNEGOUseDisplayName off
16                 Require valid-user
17         </Directory>
19 Left todo
21         autoconf all silly headerfiles (for krb5 functions)