From d092bcab77cb935b8084273238e9c77aba57acb7 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Thu, 9 Feb 2017 15:31:15 +0100 Subject: [PATCH] modules: readme files regenerated - auth_db ... [skip ci] --- src/modules/auth_db/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/auth_db/README b/src/modules/auth_db/README index 3697d10b66c..63a6ed223bf 100644 --- a/src/modules/auth_db/README +++ b/src/modules/auth_db/README @@ -318,8 +318,9 @@ modparam("auth_db", "version_table", 0) call www_challenge which will challenge the user again. Negative codes may be interpreted as follows: - * -1 (generic error) - some generic error occurred and no reply was - sent out; + * -1 (generic error) - 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; * -2 (invalid password) - wrong password; * -3 (invalid user) - authentication user does not exist. * -4 (nonce expired) - the nonce has expired