19.6 mod_auth_dbm

Team-Fly    

 
Webmaster in a Nutshell, 3rd Edition
By Robert Eckstein, Stephen Spainhour
Table of Contents
Chapter 19.  Apache Modules

19.6 mod_auth_dbm

The mod_auth_dbm module allows user authentication using DBM files. Its directives overrides any core authentication directives specified.

AuthDBMAuthoritative

  AuthDBMAuthoritative  onoff 

[Within <Directory>, or .htaccess ]

Decides at which level authentication and authorization can be performed. If off is specified, and there is no user ID matching the requester, authentication and authorization are passed to lower-level modules, which allow access to their respective contents based on individual settings. The default is on.

AuthDBMGroupFile

  AuthDBMGroupFile   filename  

[Within <Directory>, or .htaccess ]

Specifies the group filename as a DBM file, using either a fully qualified filename or a path relative to ServerRoot. For example:

 AuthDBMGroupFile /www/admin/.groupdbm 
AuthDBMUserFile

  AuthDBMUserFile   filename  

[Within <Directory> or .htaccess ]

Specifies the DBM file that contains a list of users and passwords for user authentication. For example:

 AuthDBMUserFile /WWW/Admin/.passwddbm 

Team-Fly    
Top


Webmaster in a Nutshell
Webmaster in a Nutshell, Third Edition
ISBN: 0596003579
EAN: 2147483647
Year: 2002
Pages: 412

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net