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>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
Touch entries, causing them to be re-processed by the proto_ldap_sync module.
- Author
- Arran Cudbard-Bell
- Copyright
- 2017 Arran Cudbard-Bell (a.cud.nosp@m.bard.nosp@m.b@fre.nosp@m.erad.nosp@m.ius.o.nosp@m.rg)
Definition in file sync_touch.c.
◆ 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 |
|
) |
| |