Преглед на файлове

modules: readme files regenerated - auth_db ... [skip ci]

Kamailio Dev преди 8 години
родител
ревизия
d092bcab77
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      src/modules/auth_db/README

+ 3 - 2
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