- Extended directories where the apache binaries are looked for
[mod_auth_kerb.git] / README
diff --git a/README b/README
index b0be532..ac5d5ab 100644 (file)
--- a/README
+++ b/README
@@ -1,13 +1,16 @@
-1. Edit the makefile.include header
+1. ./configure
 2. make
-3. edit your httpd.conf, eg:
+3. make install
+4. edit your httpd.conf, eg:
+   LoadModule auth_kerb_module  libexec/mod_auth_kerb.so
+
    <Directory "/var/www/secure">
       Options Indexes FollowSymLinks
       AuthType Kerberos
-      KrbAuthRealms ICS.MUNI.CZ
+      KrbAuthRealms ICS.MUNI.CZ MUNI.CZ
       Krb5Keytab /etc/httpd/keytab
       KrbMethodNegotiate On
       KrbMethodK5Pass On
-      require valid-user
+      require kouril@ICS.MUNI.CZ
    </Directory>
-4. start httpd
+5. start httpd