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

/freebsd-current/contrib/sendmail/libsm/
H A Dmbdb.c505 LDAPLMAP.ldap_ld = NULL;
508 if (LDAPLMAP.ldap_ld == NULL)
515 sm_ldap_setopts(LDAPLMAP.ldap_ld, &LDAPLMAP);
519 save_errno = sm_ldap_geterrno(LDAPLMAP.ldap_ld) + E_LDAPBASE;
532 ret = ldap_result(LDAPLMAP.ldap_ld, msgid, 1,
543 errno = sm_ldap_geterrno(LDAPLMAP.ldap_ld);
548 entry = ldap_first_entry(LDAPLMAP.ldap_ld, LDAPLMAP.ldap_res);
560 save_errno = ldap_parse_result(LDAPLMAP.ldap_ld,
585 LDAPLMAP.ldap_ld->ld_errno = LDAP_SUCCESS;
590 for (attr = ldap_first_attribute(LDAPLMAP.ldap_ld, entr
[all...]
H A Dldap.c95 lmap->ldap_ld = NULL;
275 ** Populates lmap->ldap_ld.
553 lmap->ldap_ld = ld;
675 msgid = ldap_search(lmap->ldap_ld, lmap->ldap_base,
739 vals = ldap_get_values(lmap->ldap_ld, entry, "objectClass");
794 (void) ldap_abandon(lmap->ldap_ld, msgid); \
937 while ((ret = ldap_result(lmap->ldap_ld, msgid, 0,
951 for (entry = ldap_first_entry(lmap->ldap_ld, lmap->ldap_res);
953 entry = ldap_next_entry(lmap->ldap_ld, lmap->ldap_res))
982 dn = ldap_get_dn(lmap->ldap_ld, entr
[all...]
/freebsd-current/contrib/sendmail/include/sm/
H A Dldap.h72 LDAP *ldap_ld; member in struct:sm_ldap_struct
/freebsd-current/contrib/sendmail/src/
H A Dmap.c4012 lmap->ldap_ld = ((SM_LDAP_STRUCT *)s->s_lmap->map_db1)->ldap_ld;
4105 if (lmap->ldap_ld == NULL)
4123 lmap->ldap_ld = NULL;
4253 sm_ldap_setopts(lmap->ldap_ld, lmap);
4357 errno = sm_ldap_geterrno(lmap->ldap_ld) + E_LDAPBASE;

Completed in 105 milliseconds