rlm_digest
Synopsis
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.
Processing Sections
authorize
When listed in the authorize section, the digest module looks for
the digest attributes. If they exist and are correctly formatted, it
sets Auth-Type := Digest.
- Return codes
-
noopThe packet did not contain any digest attributes. -
invalidThe packet contained digest attributes, but they are in an invalid format. -
okThe packet contains digest attributes. The module setAuth-Type := Digest.
authenticate
When listed in the authenticate section, the digest module
performs digest authentication.
- Return codes
-
invalidThe packet does not contain digest attributes, or they are in an invalid format. -
rejectThe user failed authentication. -
okThe user succeeded in authenticating.
Expansions
None.
Directives
None.