[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] DBM Authentication How-To
- Subject: [cobalt-users] DBM Authentication How-To
- From: "Nick G" <vidra@xxxxxxx>
- Date: Thu May 18 21:19:07 2000
Just thought I should say how I finally figured out how to use dbm databases
to authenticate.
use dbmmanage dbmpasswd adduser to make the users (okay), then the trick is,
to set the user file as AuthDbUserFile (not AuthDbmUserFile, as you'd
probably think)
example .htaccess
require valid-user
Authname Restricted
AuthPAM_Enabled off
Authtype Basic
AuthDbUserFile /home/sites/home/web/beta/dbmpasswd
cheers,
Nick