[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] htpasswd authentication
- Subject: RE: [cobalt-users] htpasswd authentication
- From: flash22@xxxxxxx
- Date: Tue Jun 5 06:14:24 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Tue, 5 Jun 2001, Footballist wrote:
> I am trying to password protect a (web) directory called admin.
>
> Below is my .htaccess for the admin directory:
> ---------------------------------------------------------
> AuthUserFile /home/sites/sitex/etc/passwd
> AuthGroupFile /dev/null
> AuthName Admin
> AuthType Basic
If you are authentication users who aren't *real* users on the machine,
you have to tell PAM it's ok...
AuthPAM_Enabled off
(the rest looks about right)
gsh