~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to modules/auth_db/README

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
   Negative codes may be interpreted as follows:
321
321
     * -1 (generic error) - some generic error occurred and no reply was
322
322
       sent out;
323
 
     * -2 (invalid password) - valid user, but wrong password;
 
323
     * -2 (invalid password) - wrong password;
324
324
     * -3 (invalid user) - authentication user does not exist.
 
325
     * -4 (nonce expired) - the nonce has expired
 
326
     * -5 (no credentials) - request does not contain an Authorization
 
327
       header with the correct realm.
 
328
     * -6 (nonce reused) - the nonce has already been used to authenticate
 
329
       a previous request
 
330
     * -8 (authuser mismatch) - depending on the method, th From/To/RURI
 
331
       user does not match the authentication user (see auth_check()
 
332
       function).
325
333
 
326
334
   Meaning of the parameters is as follows:
327
335
     * realm - Realm is a opaque string that the user agent should present
402
410
   authentication username matches From/To header username, and
403
411
   Request-URI in case of PUBLISH.
404
412
 
 
413
   Negative return codes have the same meaning as for www_authenticate().
 
414
 
405
415
   Meaning of the parameters is as follows:
406
416
     * realm - Realm is a opaque string that the user agent should present
407
417
       to the user so he can decide what username and password to use.