Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2003 19:32:41 -0600
From:      "Aaron Wohl" <freebsd@soith.com>
To:        freebsd-ports-bugs@FreeBSD.org
Cc:        dominic.marks@btinternet.com
Subject:   apache2 problem with dbmmanage and AuthDBMUserFile
Message-ID:  <20031011013241.588F33E44C@www.fastmail.fm>

next in thread | raw e-mail | index | archive | help
Problem: apache2 can check a database for user id password/group info. 
Its created with the dbmmanage that comes with apache2. apache2 2.0.47
and dbmmanage pick different kinds of dbm files and can not talk to each
other. This is on 4.9-PRERELEASE.

apache2 uses some glue to run with any of the many kinds of db/dbm/ngdbm
files.  It picks the kind with a .pag and .dir file (db i think).  There
is a runtime config directive AuthDBMType. However it only has the one
type built in.

dbmmanage uses perl's AnyDBM_File which picks ndbm.  dmmanage doesnt have
any switches to pick the kind of db/dbm.

With apache 1.x on freebsd it used ndbm for both apache and dbmmanage
without any hassles.  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031011013241.588F33E44C>