How to initialize the module
authorkouril <kouril>
Fri, 19 Dec 2003 09:53:46 +0000 (09:53 +0000)
committerkouril <kouril>
Fri, 19 Dec 2003 09:53:46 +0000 (09:53 +0000)
README

diff --git a/README b/README
index a18c49f..ac5d5ab 100644 (file)
--- a/README
+++ b/README
@@ -2,13 +2,15 @@
 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
+      KrbAuthRealms ICS.MUNI.CZ MUNI.CZ
       Krb5Keytab /etc/httpd/keytab
       KrbMethodNegotiate On
       KrbMethodK5Pass On
-      require valid-user
+      require kouril@ICS.MUNI.CZ
    </Directory>
 5. start httpd