Searched defs:server_hostname (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/ad/
H A Dad_gpo.c161 char *server_hostname,
1558 char *server_hostname; member in struct:ad_gpo_access_state
1786 /* extract server_hostname from server_uri */
1804 state->server_hostname = talloc_strdup(state, lud->lud_host);
1806 if (!state->server_hostname) {
1810 DEBUG(SSSDBG_TRACE_ALL, "server_hostname from uri: %s\n",
1811 state->server_hostname);
2012 state->server_hostname,
3283 * - server_hostname (which replaces domain_name in input path)
3287 * server_hostname
3297 ad_gpo_extract_smb_components(TALLOC_CTX *mem_ctx, char *server_hostname, char *input_path, const char **_smb_server, const char **_smb_share, const char **_smb_path) argument
3519 char *server_hostname; member in struct:ad_gpo_process_gpo_state
3540 ad_gpo_process_gpo_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_id_op *sdap_op, struct sdap_options *opts, char *server_hostname, struct sss_domain_info *host_domain, struct ad_access_ctx *access_ctx, int timeout, struct gp_som **som_list) argument
[all...]

Completed in 22 milliseconds