#include <freeradius-devel/ldap/base.h>
#include <freeradius-devel/util/debug.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ sync_host_t
Definition at line 33 of file sync_touch.c.
Data Fields |
uint64_t |
id |
Bitfield ID. |
bool |
master |
Server is a master. |
bool |
start_tls |
Whether we should use the StartTLS extension. |
char const * |
uri |
|
◆ sync_touch_conf_t
Definition at line 41 of file sync_touch.c.
Data Fields |
char const * |
bind_dn |
|
char const * |
bind_pw |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |