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

RE: [cobalt-users] [RAQ4] htaccess with cobalt's own passwordlist



> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Tech
>
> I'm having still a problem to write
> a ".htaccess"-file that's going to
> respond to the cobalt's own passwordlist
> ( not a selfmade ".htpasswd"-file ).
>
> My ".htaccess"-file looks as follow:
>
> # Access file
> 	order allow,deny
>         allow from all
>         require valid-user
>         Authname "Kundenbereich"
>         AuthPAM_Enabled off
>         Authtype Basic
>         AuthUserFile etc/.passwd

My understanding is that the "AuthPAM_Enabled" should be "on" to use the
password and logins you are referring to.  I also think that you don't need
the "AuthUserFile etc/.passwd" line, if I understand what you're trying to
do.

--
Michael Tubbe