The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Data Structures | Functions
sync_touch.c File Reference

Touch entries, causing them to be re-processed by the proto_ldap_sync module. More...

#include <freeradius-devel/ldap/base.h>
#include <freeradius-devel/util/debug.h>
+ Include dependency graph for sync_touch.c:

Go to the source code of this file.

Data Structures

struct  sync_host_t
 
struct  sync_touch_conf_t
 

Functions

int main (int argc, char **argv)
 

Detailed Description

Touch entries, causing them to be re-processed by the proto_ldap_sync module.

Author
Arran Cudbard-Bell

Definition in file sync_touch.c.


Data Structure Documentation

◆ sync_host_t

struct 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

struct sync_touch_conf_t

Definition at line 41 of file sync_touch.c.

Data Fields
char const * bind_dn
char const * bind_pw

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 46 of file sync_touch.c.

+ Here is the call graph for this function: