tutorials:auth:auth_db
This is an old revision of the document!
Note: This document is work in progress and yet unfinished!
This guide is designed to illustrate how to setup auth_db and usrloc to do digest authentication using a database backend. I will be using a postgresql database in this example.
The following modules are required: usrloc, registrar, auth, auth_db
General preparations
You'll probably want to setup your database and add a few users. I will briefly go over how to setup the tables using the schema provided with kamailio.
Installation of the Kamailio modules: auth, auth_db, usrloc
loadmodule "usrloc.so" loadmodule "registrar.so" loadmodule "auth.so" loadmodule "auth_db.so"
tutorials/auth/auth_db.1418161580.txt.gz · Last modified: 2014/12/09 21:46 by eschmidbauer