The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
rlm_winbind.h
Go to the documentation of this file.
1 #pragma once
2 /* @copyright 2016 The FreeRADIUS server project */
3 
4 #include "config.h"
5 #include <wbclient.h>
6 #include <freeradius-devel/server/pool.h>
7 
8 /*
9  * Structure for the module configuration.
10  */
11 typedef struct {
14 
15  /* group config */
18 
19 typedef struct {
Value of an enumerated attribute.
Definition: dict.h:209
A connection pool.
Definition: pool.c:85
fr_value_box_t password
Definition: rlm_winbind.h:22
bool group_add_domain
Definition: rlm_winbind.h:16
fr_dict_enum_value_t * auth_type
Definition: rlm_winbind.h:13
fr_value_box_t domain
Definition: rlm_winbind.h:21
fr_pool_t * wb_pool
Definition: rlm_winbind.h:12
fr_value_box_t username
Definition: rlm_winbind.h:20