Module: kamailio Branch: master Commit: 7ff4f214be30cd077a44ffa7d5d1b0675366e58b URL: https://github.com/kamailio/kamailio/commit/7ff4f214be30cd077a44ffa7d5d1b067...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2016-12-19T14:31:26+01:00
modules: readme files regenerated - sanity ...
---
Modified: src/modules/sanity/README
---
Diff: https://github.com/kamailio/kamailio/commit/7ff4f214be30cd077a44ffa7d5d1b067... Patch: https://github.com/kamailio/kamailio/commit/7ff4f214be30cd077a44ffa7d5d1b067...
---
diff --git a/src/modules/sanity/README b/src/modules/sanity/README index 90ea878..4a7fe1e 100644 --- a/src/modules/sanity/README +++ b/src/modules/sanity/README @@ -92,6 +92,11 @@ Chapter 1. Admin Guide * digest credentials (2048) - Check all instances of digest credentials in a message. The test checks whether there are all required digest parameters and that they have meaningful values. + NOTE: the message will be considered invalid if the authorization + scheme differs from "digest", + * authorization header (8192) - checks if the Authorization is valid + if the scheme is "digest" (see "digest credentials" above), always + returns success for other schemes.
2. Dependencies