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