Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/libsm/
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, entry, &ber);
[all …]
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 …]
/mirbsd/src/gnu/usr.sbin/sendmail/include/sm/
Dldap.h72 LDAP *ldap_ld; member
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dmap.c3407 lmap->ldap_ld = ((SM_LDAP_STRUCT *)s->s_lmap->map_db1)->ldap_ld;
3500 if (lmap->ldap_ld == NULL)
3518 lmap->ldap_ld = NULL;
3629 sm_ldap_setopts(lmap->ldap_ld, lmap);
3693 errno = sm_ldap_geterrno(lmap->ldap_ld) + E_LDAPBASE;