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

/sssd/src/providers/ad/
H A Dad_gpo.c133 bool send_to_child; member in struct:gp_gpo
173 bool send_to_child,
2223 bool send_to_child = true; local
2284 send_to_child = false;
2295 DEBUG(SSSDBG_TRACE_FUNC, "send_to_child: %d\n", send_to_child);
2298 cse_filtered_gpo->send_to_child = send_to_child;
2302 send_to_child,
4062 * them in the GPO_CACHE directory. Note that if the send_to_child inpu
4066 ad_gpo_process_cse_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, bool send_to_child, struct sss_domain_info *domain, const char *gpo_guid, const char *smb_server, const char *smb_share, const char *smb_path, const char *smb_cse_suffix, int cached_gpt_version, int gpo_timeout_option) argument
[all...]

Completed in 24 milliseconds