[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Password Protected Directory
- Subject: Re: [cobalt-users] Password Protected Directory
- From: Mailing List <listonly@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue Feb 18 10:43:45 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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/