View Single Post
  #1  
Old 10-05-2006, 09:01 PM
gboudreau gboudreau is offline
Member
 
Join Date: Oct 2006
Location: Montr
Posts: 49
Default Require user xyz

In my .htaccess file, if I have

Code:
Require user gb
I can't successfully authenticate using Litespeed:
Code:
Authentication failed with user: 'gb'.
If I just change this line to:
Code:
Require valid-user
then I can login using the user 'gb' without changing anything else.

Is "Require user xyz" unsupported ?
__________________
- Guillaume Boudreau
Reply With Quote