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

RE: [cobalt-users] htpasswd authentication



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