The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#include "config.h"
#include <wbclient.h>
#include <freeradius-devel/server/pool.h>
Go to the source code of this file.
Data Structures | |
struct | rlm_winbind_t |
struct | winbind_auth_call_env_t |
struct rlm_winbind_t |
Definition at line 11 of file rlm_winbind.h.
Data Fields | ||
---|---|---|
fr_dict_enum_value_t * | auth_type | |
bool | group_add_domain | |
fr_pool_t * | wb_pool |
struct winbind_auth_call_env_t |
Definition at line 19 of file rlm_winbind.h.
Data Fields | ||
---|---|---|
fr_value_box_t | domain | |
fr_value_box_t | password | |
fr_value_box_t | username |