Lines Matching defs:ldapoptions

223 struct ldapoptions {  struct
224 short ldo_valid;
229 int ldo_debug;
231 ber_int_t ldo_version;
232 ber_int_t ldo_deref;
233 ber_int_t ldo_timelimit;
234 ber_int_t ldo_sizelimit;
237 struct timeval ldo_tm_api;
238 struct timeval ldo_tm_net;
240 LDAPURLDesc *ldo_defludp;
241 int ldo_defport;
242 char* ldo_defbase;
243 char* ldo_defbinddn; /* bind dn */
249 ber_int_t ldo_keepalive_idle;
250 ber_int_t ldo_keepalive_probes;
251 ber_int_t ldo_keepalive_interval;
257 ber_uint_t ldo_tcp_user_timeout;
259 int ldo_refhoplimit; /* limit on referral nesting */
262 LDAPControl **ldo_sctrls;
263 LDAPControl **ldo_cctrls;
266 LDAP_REBIND_PROC *ldo_rebind_proc;
267 void *ldo_rebind_params;
268 LDAP_NEXTREF_PROC *ldo_nextref_proc;
269 void *ldo_nextref_params;
270 LDAP_URLLIST_PROC *ldo_urllist_proc;
271 void *ldo_urllist_params;
274 ldaplist *ldo_conn_cbs;
276 LDAP_BOOLEANS ldo_booleans; /* boolean options */
281 struct ldapsourceip ldo_local_ip_addrs;
291 void* ldo_peer; /* struct sockaddr* */
292 char* ldo_cldapdn;
293 int ldo_is_udp;
301 void *ldo_tls_ctx;
302 LDAP_TLS_CONNECT_CB *ldo_tls_connect_cb;
303 void* ldo_tls_connect_arg;
304 struct ldaptls ldo_tls_info;
319 int ldo_tls_mode;
320 int ldo_tls_require_cert;
321 int ldo_tls_impl;
322 int ldo_tls_crlcheck;
323 int ldo_tls_require_san;
324 char *ldo_tls_pin_hashalg;
325 struct berval ldo_tls_pin;
332 char* ldo_def_sasl_mech; /* SASL Mechanism(s) */
333 char* ldo_def_sasl_realm; /* SASL realm */
334 char* ldo_def_sasl_authcid; /* SASL authentication identity */
335 char* ldo_def_sasl_authzid; /* SASL authorization identity */
338 struct sasl_security_properties ldo_sasl_secprops;
339 int ldo_sasl_cbinding;
346 unsigned ldo_gssapi_flags;
349 unsigned ldo_gssapi_options;
356 ldap_pvt_thread_mutex_t ldo_mutex;