Searched refs:ldap_ld (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | mbdb.c | 521 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, entr [all...] |
H A D | ldap.c | 93 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...] |
/osnet-11/usr/src/cmd/sendmail/include/sm/ |
H A D | ldap.h | 72 LDAP *ldap_ld; member in struct:sm_ldap_struct
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | map.c | 3396 lmap->ldap_ld = ((SM_LDAP_STRUCT *)s->s_lmap->map_db1)->ldap_ld; 3489 if (lmap->ldap_ld == NULL) 3507 lmap->ldap_ld = NULL; 3618 sm_ldap_setopts(lmap->ldap_ld, lmap); 3682 errno = sm_ldap_geterrno(lmap->ldap_ld) + E_LDAPBASE;
|
Completed in 28 milliseconds