#include <freeradius-devel/libradius.h>
#include <freeradius-devel/conf.h>
#include <freeradius-devel/modpriv.h>
#include <freeradius-devel/modcall.h>
#include <ctype.h>
#include <assert.h>
#include <freeradius-devel/log.h>
#include <sys/wait.h>
Go to the source code of this file.
Functions | |
char const * | get_radius_dir (void) |
Get the global radius config directory. More... | |
rlm_rcode_t | indexed_modcall (UNUSED rlm_components_t comp, UNUSED int idx, UNUSED REQUEST *request) |
int | main (int argc, char *argv[]) |
module_instance_t * | module_instantiate (UNUSED CONF_SECTION *modules, UNUSED char const *askedname) |
module_instance_t * | module_instantiate_method (UNUSED CONF_SECTION *modules, UNUSED char const *name, UNUSED rlm_components_t *method) |
static int | process_file (char const *filename) |
static void NEVER_RETURNS | usage (void) |
Variables | |
main_config_t | main_config |
Main server configuration. More... | |
char const* get_radius_dir | ( | void | ) |
Get the global radius config directory.
Definition at line 62 of file map_unit.c.
rlm_rcode_t indexed_modcall | ( | UNUSED rlm_components_t | comp, |
UNUSED int | idx, | ||
UNUSED REQUEST * | request | ||
) |
Definition at line 57 of file map_unit.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
module_instance_t* module_instantiate | ( | UNUSED CONF_SECTION * | modules, |
UNUSED char const * | askedname | ||
) |
Definition at line 67 of file map_unit.c.
module_instance_t* module_instantiate_method | ( | UNUSED CONF_SECTION * | modules, |
UNUSED char const * | name, | ||
UNUSED rlm_components_t * | method | ||
) |
Definition at line 72 of file map_unit.c.
|
static |
Definition at line 93 of file map_unit.c.
|
static |
Main server configuration.
Definition at line 77 of file map_unit.c.