Searched refs:ldap_timelimit (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dldap.h67 time_t ldap_timelimit; member in struct:sm_ldap_struct
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dldap.c76 lmap->ldap_timelimit = LDAP_NO_LIMIT;
214 ldap_set_option(ld, LDAP_OPT_TIMELIMIT, &lmap->ldap_timelimit);
240 ld->ld_timelimit = lmap->ldap_timelimit;
/freebsd-13-stable/contrib/sendmail/src/
H A Dmap.c4572 lmap->ldap_timelimit = atoi(p);
4573 lmap->ldap_timeout.tv_sec = lmap->ldap_timelimit;

Completed in 113 milliseconds