Intro to Apache - ApacheCon 2005
mod_auth_db, mod_auth_dbm
  • Authenticate against Berkeley DB files

  • Manage file contents with dbmmanage, which comes with Apache

  • DB files consist of key,value pairs

  • The key is the username, the value their encrypted password, and, optionally, a list of groups of which they are a member.

  • mod_auth_db goes away in 2.0

Index
Back to Authentication against other things
Forward to mod_auth_mysql

ApacheCon 2005 : Intro to Apache - Slide #125 of 164