How to initialize the module
[mod_auth_kerb.git] / README
diff --git a/README b/README
index 87452a8..ac5d5ab 100644 (file)
--- a/README
+++ b/README
@@ -1 +1,16 @@
-This README is temporary.  I'll make it say something good soon.
+1. ./configure
+2. make
+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 MUNI.CZ
+      Krb5Keytab /etc/httpd/keytab
+      KrbMethodNegotiate On
+      KrbMethodK5Pass On
+      require kouril@ICS.MUNI.CZ
+   </Directory>
+5. start httpd