[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re:.htaccess and passwords
- Subject: [cobalt-users] Re:.htaccess and passwords
- From: Charlie Summers <charlie@xxxxxxxxxx>
- Date: Wed Dec 5 10:30:21 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
At 11:12 AM -0500 12/5/01, Ryan Briones is rumored to have typed:
> So here I am, chasing my tail.
You forgot to turn PAM off, so the auth box is looking for a user on your
system (you can test this by logging in as admin). Add:
AuthPAM_Enabled off
...to the top of your .htaccess file. (And yep, it's a FAQ.)
Charlie