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

RE: [cobalt-users] password file created using perl (crypt) - doesn't work on RAQ2



Try adding:
AuthPAM_Enabled off
to the .htaccess file.

-- 
Dan Kriwitsky
 

> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Didiek Priambudi
> Sent: Thursday, January 27, 2000 1:48 AM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] password file created using perl (crypt) -
> doesn't work on RAQ2
> 
> 
> But it does work on intel based machine!
> I don't know, but it may has something to do with its mipsel in crypt
> routine stuff.
> 
> 
> and this is the content of /home/httpd/public_html/members/.htaccess:
> =======================
> AuthUserFile /home/httpd/passwords.dat
> AuthGroupFile /dev/null
> AuthName "Members Only"
> AuthType Basic
> 
> <Limit GET POST>
> require valid-user
> </Limit>
>