[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Password Protected Directory



On 2/18/03 9:29 AM, "Thom LaCosta" wrote:

> On Tue, 18 Feb 2003, Kevin Bonner wrote:
> 
>>> AuthUserFile /home/sites/site*/web/directory/.htpasswd
>>> AuthName "Access denied"
>>> AuthType Basic
>>> <Limit GET>
>>> require username
>>> </Limit>
>> 
>> Since Cobalt's are cool (in a way), you can leave out the AuthUserFile and it
>> will use the database to auth the user (or group).
> 
> Hmmm, when I try it, it still asks for a password...and when I enter the
> password of the user, it won't authenticate
>
 
order allow,deny
allow from all
require valid-user 
Authname "Clients"
AuthPAM_Enabled on
Authtype Basic

We use this one to use the Raq passwd files.
The above one looks more to use the .htpasswd file you would create.
-- 
Thanks!!
David Thurman
List Only at Web Presence Group Net
Join Cobaltfacts
http://list.cobaltfacts.com/mailman/listinfo/cobaltfacts/