Searched refs:ldap_ld (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dmbdb.c514 LDAPLMAP.ldap_ld = NULL;
517 if (LDAPLMAP.ldap_ld == NULL)
524 sm_ldap_setopts(LDAPLMAP.ldap_ld, &LDAPLMAP);
528 save_errno = sm_ldap_geterrno(LDAPLMAP.ldap_ld) + E_LDAPBASE;
541 ret = ldap_result(LDAPLMAP.ldap_ld, msgid, 1,
552 errno = sm_ldap_geterrno(LDAPLMAP.ldap_ld);
557 entry = ldap_first_entry(LDAPLMAP.ldap_ld, LDAPLMAP.ldap_res);
569 save_errno = ldap_parse_result(LDAPLMAP.ldap_ld,
594 LDAPLMAP.ldap_ld->ld_errno = LDAP_SUCCESS;
599 for (attr = ldap_first_attribute(LDAPLMAP.ldap_ld, entr
[all...]
H A Dldap.c93 lmap->ldap_ld = NULL;
115 ** Populates lmap->ldap_ld.
267 lmap->ldap_ld = ld;
399 msgid = ldap_search(lmap->ldap_ld, lmap->ldap_base,
463 vals = ldap_get_values(lmap->ldap_ld, entry, "objectClass");
518 (void) ldap_abandon(lmap->ldap_ld, msgid); \
661 while ((ret = ldap_result(lmap->ldap_ld, msgid, 0,
675 for (entry = ldap_first_entry(lmap->ldap_ld, lmap->ldap_res);
677 entry = ldap_next_entry(lmap->ldap_ld, lmap->ldap_res))
706 dn = ldap_get_dn(lmap->ldap_ld, entr
[all...]
/freebsd-10.1-release/contrib/sendmail/include/sm/
H A Dldap.h72 LDAP *ldap_ld; member in struct:sm_ldap_struct
/freebsd-10.1-release/contrib/sendmail/src/
H A Dmap.c3399 lmap->ldap_ld = ((SM_LDAP_STRUCT *)s->s_lmap->map_db1)->ldap_ld;
3492 if (lmap->ldap_ld == NULL)
3510 lmap->ldap_ld = NULL;
3621 sm_ldap_setopts(lmap->ldap_ld, lmap);
3685 errno = sm_ldap_geterrno(lmap->ldap_ld) + E_LDAPBASE;

Completed in 175 milliseconds