Lines Matching defs:host
45 "Error storing host %s [%d]: %s\n", name, ret, strerror(ret));
65 struct ldb_message *host = NULL;
69 DEBUG(SSSDBG_TRACE_FUNC, "Storing host %s\n", name);
84 ret = sysdb_get_ssh_host(tmp_ctx, domain, name, search_attrs, &host);
107 if (host) {
108 el = ldb_msg_find_element(host, SYSDB_NAME_ALIAS);
140 /* make sure sshPublicKey is present when modifying an existing host */
141 if (host) {
234 "Updating known_hosts expire time of host %s\n", name);
273 DEBUG(SSSDBG_TRACE_FUNC, "Deleting host %s\n", name);
300 "Error looking up host [%d]: %s\n",
304 DEBUG(SSSDBG_TRACE_FUNC, "No such host\n");
325 struct ldb_message **host)
353 "Found more than one host with name %s\n", name);
357 *host = talloc_steal(mem_ctx, hosts[0]);