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
-
noop
The packet did not contain any digest attributes. -
invalid
The packet contained digest attributes, but they are in an invalid format. -
ok
The packet contains digest attributes. The module setAuth-Type := Digest
.
authenticate
When listed in the authenticate
section, the digest
module
performs digest authentication.
- Return codes
-
invalid
The packet does not contain digest attributes, or they are in an invalid format. -
reject
The user failed authentication. -
ok
The user succeeded in authenticating.
Expansions
None.
Directives
None.