Searched refs:ldap_ld (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/sendmail/libsm/ |
| D | mbdb.c | 505 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, entry, &ber); [all …]
|
| D | ldap.c | 90 lmap->ldap_ld = NULL; 495 lmap->ldap_ld = ld; 612 msgid = ldap_search(lmap->ldap_ld, lmap->ldap_base, 676 vals = ldap_get_values(lmap->ldap_ld, entry, "objectClass"); 731 (void) ldap_abandon(lmap->ldap_ld, msgid); \ 874 while ((ret = ldap_result(lmap->ldap_ld, msgid, 0, 888 for (entry = ldap_first_entry(lmap->ldap_ld, lmap->ldap_res); 890 entry = ldap_next_entry(lmap->ldap_ld, lmap->ldap_res)) 919 dn = ldap_get_dn(lmap->ldap_ld, entry); 922 save_errno = sm_ldap_geterrno(lmap->ldap_ld); [all …]
|
| /freebsd-12-stable/contrib/sendmail/include/sm/ |
| D | ldap.h | 72 LDAP *ldap_ld; member
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | map.c | 3862 lmap->ldap_ld = ((SM_LDAP_STRUCT *)s->s_lmap->map_db1)->ldap_ld; 3955 if (lmap->ldap_ld == NULL) 3973 lmap->ldap_ld = NULL; 4103 sm_ldap_setopts(lmap->ldap_ld, lmap); 4207 errno = sm_ldap_geterrno(lmap->ldap_ld) + E_LDAPBASE;
|