The following reply was made to PR mod_auth-any/2376; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Oliver Fischer <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: mod_auth-any/2376: authorization via module mod_auth_dbm Date: Mon, 8 Jun 1998 11:07:51 -0700 (PDT) On 8 Jun 1998, Oliver Fischer wrote: > > uname -a: Linux ********* 2.0.33 #3 Thu Apr 23 15:38:27 MEST 1998 i586 > unknown > both, the libraries for berkeley db and gdbm are installed and works fine. > >Description: > i want to restrict some areas via login and use for ist the module > mod_auth_dbm. > i compile it in the apache-server and modified the file httpd.conf. after > this, > i use the perl-skript dbmmanage to create a user with an valid password. > > but every time, the authorization failed for every user. :( > >How-To-Repeat: > > >Fix: > i compile the apache with mod_auth_dbm and mod_auth_db. Is there some reason you are trying to use both dbm and db at the same time? Don't compile both in unless you really have to because there can be some interactions between them. You need to be more specific about the probem; eg. what shows up in the error log.
