From 8143e1b68a51de2c70650239478bd1cee77159c2 Mon Sep 17 00:00:00 2001 From: kouril Date: Fri, 19 Dec 2003 09:53:46 +0000 Subject: [PATCH] How to initialize the module --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index a18c49f..ac5d5ab 100644 --- 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 + 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 5. start httpd -- 2.1.4