Added omitted directive in the sample config
authorkouril <kouril>
Tue, 13 Jan 2004 14:31:53 +0000 (14:31 +0000)
committerkouril <kouril>
Tue, 13 Jan 2004 14:31:53 +0000 (14:31 +0000)
README

diff --git a/README b/README
index 898a07c..40ada38 100644 (file)
--- a/README
+++ b/README
@@ -173,7 +173,7 @@ Sample .htaccess
        AuthName "Kerberos Login"
        KrbAuthRealms KRB.NCSU.EDU NCSU.EDU
        KrbMethodK4Passwd off
-       require principal1@KRB.NCSU.EDU principal2@NCSU.EDU
+       require user principal1@KRB.NCSU.EDU principal2@NCSU.EDU
 
 Reminder, you need to set the appropriate AllowOverride directive in your
 server access configuration so that a different AuthType will be allowed.