Lines Matching defs:host
265 /* Set host name canonicalization for LDAP SASL bind */
437 char *host;
454 const char *host,
481 state->host = talloc_strdup(state, host);
482 if (state->host == NULL) {
487 state->uri = talloc_asprintf(state, "%s://%s:%d", protocol, host, port);
493 DEBUG(SSSDBG_TRACE_FUNC, "Resolving host %s\n", host);
496 host, family_order, host_db);
532 DEBUG(SSSDBG_OP_FAILURE, "Failed to resolve host %s: %s\n",
533 state->host, resolv_strerror(status));