blob: c21c0a6ad69fb4548d4ea560b2973725b1d83a9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# rlm_digest
## Metadata
<dl>
<dt>category</dt><dd>authentication</dd>
</dl>
## Summary
The digest module performs HTTP digest authentication, usually for
a SIP server. See draft-sterman-aaa-sip-00.txt for details. The
module does not support RFC 5090.
|