[sr-dev] git:master:3749634d: auth_db : more explanation for auth results

GitHub noreply at github.com
Thu Feb 9 15:22:28 CET 2017


Module: kamailio
Branch: master
Commit: 3749634d7537fe8c632cf97b3a842f8025b6254c
URL: https://github.com/kamailio/kamailio/commit/3749634d7537fe8c632cf97b3a842f8025b6254c

Author: Yasin CANER <yasin.caner at netgsm.com.tr>
Committer: GitHub <noreply at github.com>
Date: 2017-02-09T12:16:02+03:00

auth_db : more explanation for auth results

added more explanation instead of some generic error.

---

Modified: src/modules/auth_db/doc/auth_db_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/3749634d7537fe8c632cf97b3a842f8025b6254c.diff
Patch: https://github.com/kamailio/kamailio/commit/3749634d7537fe8c632cf97b3a842f8025b6254c.patch

---

diff --git a/src/modules/auth_db/doc/auth_db_admin.xml b/src/modules/auth_db/doc/auth_db_admin.xml
index d2349a5..3f96a19 100644
--- a/src/modules/auth_db/doc/auth_db_admin.xml
+++ b/src/modules/auth_db/doc/auth_db_admin.xml
@@ -324,8 +324,9 @@ modparam("auth_db", "version_table", 0)
 		<para>Negative codes may be interpreted as follows:</para>
 		<itemizedlist>
 			<listitem><para>
-			<emphasis>-1 (generic error)</emphasis> - some generic error
-			occurred and no reply was sent out;
+			<emphasis>-1 (generic error)</emphasis> - Bad credentials ,
+			couldn't parse credentials , no memory left , couldn't fetch from table ,
+			couldn't get realm or some generic error occurred and no reply was sent out;
 			</para></listitem>
 			<listitem><para>
 			<emphasis>-2 (invalid password)</emphasis> - wrong password;




More information about the sr-dev mailing list