User Tools

Site Tools


tutorials:auth:auth_db

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorials:auth:auth_db [2014/12/09 22:44]
eschmidbauer
tutorials:auth:auth_db [2014/12/09 22:46]
eschmidbauer
Line 3: Line 3:
 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.  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. 
  
-Also, the following modules are required: usrloc, registrar, auth, auth_db+The following modules are required: usrloc, registrar, auth, auth_db
  
  
Line 11: Line 11:
  
 ====== Installation of the Kamailio modules: auth, auth_db, usrloc ====== ====== Installation of the Kamailio modules: auth, auth_db, usrloc ======
 +
 +<code>
 +loadmodule "usrloc.so"
 +loadmodule "registrar.so"
 +loadmodule "auth.so"
 +loadmodule "auth_db.so"
 +</code>
 +
 +
 +
 +
  
  
tutorials/auth/auth_db.txt ยท Last modified: 2014/12/09 22:55 by eschmidbauer