[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: Kevin Bonner <keb@xxxxxx>
- Date: Tue Feb 18 05:53:00 2003
- Organization: CTI Networks
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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).
Kevin Bonner