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

/sssd/src/providers/ad/
H A Dad_gpo.c3278 * This function parses the input_path into its components, replaces each
3284 * The smb_share and smb_path outputs are extracted from the input_path.
3286 * Example: if input_path = "\\foo.com\SysVol\foo.com\..." and
3292 * Note that the input_path must have at least four forward slash separators.
3293 * For example, input_path = "\\foo.com\SysVol" is not a valid input_path,
3299 char *input_path,
3311 DEBUG(SSSDBG_TRACE_ALL, "input_path: %s\n", input_path);
3313 if (input_path
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
[all...]

Completed in 22 milliseconds