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

/freebsd-current/contrib/sendmail/include/sm/
H A Dldap.h60 char *ldap_host; member in struct:sm_ldap_struct
/freebsd-current/contrib/sendmail/libsm/
H A Dldap.c71 lmap->ldap_host = NULL;
342 if (lmap->ldap_host != NULL)
343 id = lmap->ldap_host;
380 lmap->ldap_host = sm_strdup_x(ludp->lud_host);
381 if (lmap->ldap_host == NULL)
397 sm_dprintf("ldap_init(%s, %d)\n", lmap->ldap_host, lmap->ldap_port);
398 ld = ldap_init(lmap->ldap_host, lmap->ldap_port);
409 sm_dprintf("ldap_open(%s, %d)\n", lmap->ldap_host, lmap->ldap_port);
412 ld = ldap_open(lmap->ldap_host, lmap->ldap_port);
424 sm_dprintf("FAIL: ldap_open(%s, %d)=%d\n", lmap->ldap_host, lma
[all...]
H A Dmbdb.c428 LDAPLMAP.ldap_host = MBDB_DEFAULT_LDAP_SERVER;
434 /* interpolate new ldap_base and ldap_host from arg if given */
450 LDAPLMAP.ldap_host = sep;
/freebsd-current/contrib/sendmail/src/
H A Dmap.c4027 if (lmap->ldap_host != NULL)
4028 id = lmap->ldap_host;
4507 if (lmap->ldap_host != NULL)
4508 id = lmap->ldap_host;
4789 if (lmap->ldap_host != NULL)
4810 lmap->ldap_host = p;
5066 if (lmap->ldap_host != NULL &&
5069 LDAPDefaults->ldap_host != lmap->ldap_host))
5070 lmap->ldap_host
[all...]

Completed in 284 milliseconds