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

/freebsd-11.0-release/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-11.0-release/contrib/sendmail/include/sm/
H A Dldap.h60 char *ldap_host; member in struct:sm_ldap_struct
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dldap.c72 lmap->ldap_host = NULL;
155 if (lmap->ldap_host != NULL)
156 id = lmap->ldap_host;
188 lmap->ldap_host = sm_strdup_x(ludp->lud_host);
189 if (lmap->ldap_host == NULL)
204 ld = ldap_init(lmap->ldap_host, lmap->ldap_port);
214 ld = ldap_open(lmap->ldap_host, lmap->ldap_port);
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-11.0-release/contrib/sendmail/src/
H A Dmap.c3428 if (lmap->ldap_host != NULL)
3429 id = lmap->ldap_host;
3841 if (lmap->ldap_host != NULL)
3842 id = lmap->ldap_host;
4118 if (lmap->ldap_host != NULL)
4139 lmap->ldap_host = p;
4387 if (lmap->ldap_host != NULL &&
4390 LDAPDefaults->ldap_host != lmap->ldap_host))
4391 lmap->ldap_host
[all...]

Completed in 118 milliseconds