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

/freebsd-current/contrib/sendmail/include/sm/
H A Dldap.h67 time_t ldap_timelimit; member in struct:sm_ldap_struct
/freebsd-current/contrib/sendmail/libsm/
H A Dldap.c76 lmap->ldap_timelimit = LDAP_NO_LIMIT;
217 ldap_set_option(ld, LDAP_OPT_TIMELIMIT, &lmap->ldap_timelimit);
260 ld->ld_timelimit = lmap->ldap_timelimit;
/freebsd-current/contrib/sendmail/src/
H A Dmap.c4826 lmap->ldap_timelimit = atoi(p);
4827 lmap->ldap_timeout.tv_sec = lmap->ldap_timelimit;

Completed in 205 milliseconds