Module: sip-router Branch: master Commit: fef7983c13a3bc1e9c501f80b3f4c618ad80373f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fef7983c...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Sun Dec 5 23:28:31 2010 +0100
auth: README regenerated
---
modules/auth/README | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/modules/auth/README b/modules/auth/README index 025a044..0c34aa8 100644 --- a/modules/auth/README +++ b/modules/auth/README @@ -585,6 +585,11 @@ if (!proxy_authenticate("$fd", "subscriber)) { sent out; * -2 (invalid password) - wrong password; * -3 (invalid user) - authentication user does not exist. + * -4 (nonce expired) - the nonce has expired + * -5 (no credentials) - request does not contain an Authorization + header with the correct realm. + * -6 (nonce reused) - the nonce has already been used to authenticate + a previous request
Meaning of the parameters is as follows: * realm - Realm is a opaque string that the user agent should present