From 5201a207da214bae88d9c6ac2b4afa4e4158c9c4 Mon Sep 17 00:00:00 2001
From: Joshua Slive This module provides for HTTP Basic Authentication, where
the usernames and passwords are stored in DBM type database
files. It is an alternative to the plain text password files
- provided by mod_auth and the
- Berkely DB password files provided by mod_auth_db.
A perl script called - href="../programs/dbmmanage.html">dbmmanage is included with + dbmmanage is included with Apache. This program can be used to create and update DBM format password files for use with this module.
See also AuthName, AuthDBMType - Syntax: AuthDBMType - type of DBM being usedAuthDBMType default
(which sets it to the default DBM compiled in)AuthDBMType default
Setting this directive allows the user to change the type of DBM file which holds the user data. Current valid values are (SDBM | GDBM | DB) these may not all be available on your system
+ +Sets the type of database file that is used to store the passwords. +The default database type is determined at compile time. The +availability of other types of database files also depends on +compile-time settings.
+ +It is crucial that whatever program you use to create your password +files is configured to use the same type of database.
+