Module: kamailio
Branch: master
Commit: 93dccff9391e1336e1a37add1d07b4058b7593e8
URL:
https://github.com/kamailio/kamailio/commit/93dccff9391e1336e1a37add1d07b40…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-06-14T10:01:27+02:00
modules: readme files regenerated - auth ... [skip ci]
---
Modified: src/modules/auth/README
---
Diff:
https://github.com/kamailio/kamailio/commit/93dccff9391e1336e1a37add1d07b40…
Patch:
https://github.com/kamailio/kamailio/commit/93dccff9391e1336e1a37add1d07b40…
---
diff --git a/src/modules/auth/README b/src/modules/auth/README
index 25c448901d..f846d752d9 100644
--- a/src/modules/auth/README
+++ b/src/modules/auth/README
@@ -836,6 +836,7 @@ if (!auth_check("$fd", "subscriber",
"1")) {
+ 4 - build challenge header with qop=auth and add it to avp
+ 8 - build challenge header with qop=auth-int and add it to avp
+ 16 - build challenge header with stale=true
+ + 32 - don't invalidate nc on authentication failure
* method - the method to be used for authentication. This parameter
is optional and if not set is the first "word" on the request-line.