How to initialize the module
[mod_auth_kerb.git] / README
1 1. ./configure
2 2. make
3 3. make install
4 4. edit your httpd.conf, eg:
5    LoadModule auth_kerb_module  libexec/mod_auth_kerb.so
6
7    <Directory "/var/www/secure">
8       Options Indexes FollowSymLinks
9       AuthType Kerberos
10       KrbAuthRealms ICS.MUNI.CZ MUNI.CZ
11       Krb5Keytab /etc/httpd/keytab
12       KrbMethodNegotiate On
13       KrbMethodK5Pass On
14       require kouril@ICS.MUNI.CZ
15    </Directory>
16 5. start httpd