CONTROL processing.
More...
#include <freeradius-devel/server/protocol.h>
#include <freeradius-devel/server/process.h>
#include <freeradius-devel/util/debug.h>
Go to the source code of this file.
CONTROL processing.
- Id
- a26355304af0d53f9a2d6b084215276bbe0e5bfe
- Copyright
- 2020 Network RADIUS SAS (legal.nosp@m.@net.nosp@m.workr.nosp@m.adiu.nosp@m.s.com)
Definition in file base.c.
◆ mod_process()
◆ attr_module_failure_message
◆ attr_module_success_message
◆ dict_freeradius
◆ process_control
Initial value:= {
.common = {
.name = "control"
},
}
#define MODULE_MAGIC_INIT
Stop people using different module/library/server versions together.
fr_dict_t const * dict_freeradius
static unlang_action_t mod_process(rlm_rcode_t *p_result, UNUSED module_ctx_t const *mctx, UNUSED request_t *request)
Definition at line 53 of file base.c.
◆ process_control_dict
Initial value:
Definition at line 31 of file base.c.
◆ process_control_dict_attr
Initial value:= {
{ NULL }
}
@ FR_TYPE_STRING
String of printable characters.
static fr_dict_attr_t const * attr_module_failure_message
static fr_dict_attr_t const * attr_module_success_message
Definition at line 40 of file base.c.