note the configure script
[mod_auth_kerb.git] / README
1 1. ./configure
2 2. make
3 3. edit your httpd.conf, eg:
4    <Directory "/var/www/secure">
5       Options Indexes FollowSymLinks
6       AuthType Kerberos
7       KrbAuthRealms ICS.MUNI.CZ
8       Krb5Keytab /etc/httpd/keytab
9       KrbMethodNegotiate On
10       KrbMethodK5Pass On
11       require valid-user
12    </Directory>
13 4. start httpd