The following reply was made to PR mod_auth-any/2988; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: =?ISO-8859-1?Q?Kai_Sch=E4tzl?= <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: mod_auth-any/2988: require valid-user or more than one user gets not authenticated Date: Thu, 10 Sep 1998 16:41:40 -0700 (PDT) On 10 Sep 1998, Kai Sch=E4tzl wrote: > require valid-user in an .htaccess lets no one in Are you sure you didn't misspell anything in the configfile? Does anything appear in the error log? > require user1 user2 lets user1 in (only) > require user2 user1 lets user2 in (only) Why do you expect "require user1 user2" to work? As the docs clearly state, if you want to require specific users you need to do "require user user1 user2".
