Searched defs:ldap_sync_t (Results 1 – 1 of 1) sorted by relevance
846 typedef struct ldap_sync_t ldap_sync_t; typedef927 struct ldap_sync_t { struct929 char *ls_base;930 int ls_scope;931 char *ls_filter;932 char **ls_attrs;933 int ls_timelimit;934 int ls_sizelimit;937 int ls_timeout;940 ldap_sync_search_entry_f ls_search_entry;[all …]