Decodes Microsoft's Statement of Health sub-protocol.
More...
#include <freeradius-devel/radiusd.h>
#include <freeradius-devel/modules.h>
#include <freeradius-devel/dhcp.h>
#include <freeradius-devel/soh.h>
Go to the source code of this file.
Decodes Microsoft's Statement of Health sub-protocol.
- Id:
- 60a153e2e33ef5d3edaf2bedcd672c9c3b2a0a61
- Copyright
- 2010 Phil Mayers p.may.nosp@m.ers@.nosp@m.imper.nosp@m.ial..nosp@m.ac.uk
Definition in file rlm_soh.c.
Definition at line 32 of file rlm_soh.c.
Data Fields |
bool |
dhcp |
|
char const * |
xlat_name |
|
static int mod_bootstrap |
( |
CONF_SECTION * |
conf, |
|
|
void * |
instance |
|
) |
| |
|
static |
static ssize_t soh_xlat |
( |
char ** |
out, |
|
|
size_t |
outlen, |
|
|
UNUSED void const * |
mod_inst, |
|
|
UNUSED void const * |
xlat_inst, |
|
|
REQUEST * |
request, |
|
|
char const * |
fmt |
|
) |
| |
|
static |
Initial value:= {
}
#define CONF_PARSER_TERMINATOR
#define FR_CONF_OFFSET(_n, _t, _s, _f)
Definition at line 100 of file rlm_soh.c.
Initial value:= {
.name = "soh",
.methods = {
},
}
static int mod_bootstrap(CONF_SECTION *conf, void *instance)
static rlm_rcode_t mod_post_auth(void *instance, REQUEST *request) CC_HINT(nonnull)
7 methods index for postauth section.
static rlm_rcode_t mod_authorize(void *instance, REQUEST *request)
Handle authorization requests using Couchbase document data.
#define RLM_TYPE_THREAD_SAFE
Module is threadsafe.
struct rlm_soh_t rlm_soh_t
static const CONF_PARSER module_config[]
1 methods index for authorize section.
Definition at line 212 of file rlm_soh.c.