Module: sip-router Branch: master Commit: 62e3101ed3e30d0eac959969c8ba419a3a1adcd9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=62e3101e...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Sat Sep 13 16:49:38 2014 +0200
auth_db: doc updates for load_credentials
---
modules/auth_db/README | 2 +- modules/auth_db/doc/auth_db_admin.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/modules/auth_db/README b/modules/auth_db/README index 657ab58..9e25b08 100644 --- a/modules/auth_db/README +++ b/modules/auth_db/README @@ -276,7 +276,7 @@ modparam("auth_db", "use_domain", 1) * credential = (avp_specification '=' column_name) | (column_name) * avp_specification = '$avp(' + 'i:'ID | 's:'NAME | alias + ')'
- Default value of this parameter is "rpid". + Default value of this parameter is "NULL" (no credientials loaded).
Example 1.8. load_credentials parameter usage ... diff --git a/modules/auth_db/doc/auth_db_admin.xml b/modules/auth_db/doc/auth_db_admin.xml index 88d845a..9f41c53 100644 --- a/modules/auth_db/doc/auth_db_admin.xml +++ b/modules/auth_db/doc/auth_db_admin.xml @@ -266,7 +266,8 @@ modparam("auth_db", "use_domain", 1) </itemizedlist> </para> <para> - Default value of this parameter is <quote>rpid</quote>. + Default value of this parameter is <quote>NULL</quote> (no credientials + loaded). </para> <example> <title><varname>load_credentials</varname> parameter usage</title>