Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmbdb.c521 LDAPLMAP.ldap_ld = NULL;
524 if (LDAPLMAP.ldap_ld == NULL)
531 sm_ldap_setopts(LDAPLMAP.ldap_ld, &LDAPLMAP);
535 save_errno = sm_ldap_geterrno(LDAPLMAP.ldap_ld) + E_LDAPBASE;
548 ret = ldap_result(LDAPLMAP.ldap_ld, msgid, 1,
559 errno = sm_ldap_geterrno(LDAPLMAP.ldap_ld);
564 entry = ldap_first_entry(LDAPLMAP.ldap_ld, LDAPLMAP.ldap_res);
576 save_errno = ldap_parse_result(LDAPLMAP.ldap_ld,
601 LDAPLMAP.ldap_ld->ld_errno = LDAP_SUCCESS;
606 for (attr = ldap_first_attribute(LDAPLMAP.ldap_ld, entry, &ber);
[all …]
H A Dldap.c93 lmap->ldap_ld = NULL;
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, entry);
709 save_errno = sm_ldap_geterrno(lmap->ldap_ld);
[all …]
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dldap.h72 LDAP *ldap_ld; member
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c3401 lmap->ldap_ld = ((SM_LDAP_STRUCT *)s->s_lmap->map_db1)->ldap_ld;
3494 if (lmap->ldap_ld == NULL)
3512 lmap->ldap_ld = NULL;
3623 sm_ldap_setopts(lmap->ldap_ld, lmap);
3687 errno = sm_ldap_geterrno(lmap->ldap_ld) + E_LDAPBASE;