![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#include "config.h"#include <wbclient.h>#include <freeradius-devel/util/slab.h>#include <freeradius-devel/util/dict.h>
Include dependency graph for rlm_winbind.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | rlm_winbind_t |
| struct | rlm_winbind_thread_t |
| struct | winbind_auth_call_env_t |
| struct | winbind_ctx_t |
| struct rlm_winbind_t |
Definition at line 12 of file rlm_winbind.h.
Collaboration diagram for rlm_winbind_t:| Data Fields | ||
|---|---|---|
| fr_dict_enum_value_t const * | auth_type | |
| bool | group_add_domain | |
| fr_slab_config_t | reuse | |
| struct rlm_winbind_thread_t |
Definition at line 27 of file rlm_winbind.h.
Collaboration diagram for rlm_winbind_thread_t:| Data Fields | ||
|---|---|---|
| rlm_winbind_t const * | inst | Instance of rlm_winbind. |
| winbind_slab_list_t * | slab | Slab list for winbind handles. |
| struct winbind_auth_call_env_t |
Definition at line 32 of file rlm_winbind.h.
Collaboration diagram for winbind_auth_call_env_t:| Data Fields | ||
|---|---|---|
| fr_value_box_t | domain | |
| fr_value_box_t | password | |
| fr_value_box_t | username | |
| struct winbind_ctx_t |
Definition at line 20 of file rlm_winbind.h.
| Data Fields | ||
|---|---|---|
| struct wbcContext * | ctx | |
1.9.8