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

/freebsd-12-stable/contrib/apr-util/test/
H A Dtestldap.c73 static char ldap_host[256]; variable
81 ldap_host[0] = '\0';
89 rv = apr_file_gets(ldap_host, sizeof(ldap_host), thefile);
94 ptr = strstr (ldap_host, "\r\n");
177 ABTS_ASSERT(tc, "failed to get host", ldap_host[0] != '\0');
180 ldap_host, LDAP_PORT,
198 ldap_host, LDAPS_PORT,
218 ldap_host, LDAP_PORT,
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dldap.h60 char *ldap_host; member in struct:sm_ldap_struct
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dldap.c71 lmap->ldap_host = NULL;
320 if (lmap->ldap_host != NULL)
321 id = lmap->ldap_host;
358 lmap->ldap_host = sm_strdup_x(ludp->lud_host);
359 if (lmap->ldap_host == NULL)
375 sm_dprintf("ldap_init(%s, %d)\n", lmap->ldap_host, lmap->ldap_port);
376 ld = ldap_init(lmap->ldap_host, lmap->ldap_port);
387 sm_dprintf("ldap_open(%s, %d)\n", lmap->ldap_host, lmap->ldap_port);
390 ld = ldap_open(lmap->ldap_host, lmap->ldap_port);
402 sm_dprintf("FAIL: ldap_open(%s, %d)=%d\n", lmap->ldap_host, lma
[all...]
H A Dmbdb.c437 LDAPLMAP.ldap_host = MBDB_DEFAULT_LDAP_SERVER;
443 /* interpolate new ldap_base and ldap_host from arg if given */
459 LDAPLMAP.ldap_host = sep;
/freebsd-12-stable/contrib/sendmail/src/
H A Dmap.c3843 if (lmap->ldap_host != NULL)
3844 id = lmap->ldap_host;
4256 if (lmap->ldap_host != NULL)
4257 id = lmap->ldap_host;
4535 if (lmap->ldap_host != NULL)
4556 lmap->ldap_host = p;
4812 if (lmap->ldap_host != NULL &&
4815 LDAPDefaults->ldap_host != lmap->ldap_host))
4816 lmap->ldap_host
[all...]

Completed in 103 milliseconds