We no longer look at it, we know we must have a canonicalized
DFS path here.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
}
ret = create_junction(ctx, r->in.dfs_entry_path,
- true, /* allow broken_path */
jn);
if (!ret) {
return WERR_NERR_DFSNOSUCHSERVER;
bool create_junction(TALLOC_CTX *ctx,
const char *dfs_path,
- bool allow_broken_path,
struct junction_map *jucn)
{
const struct loadparm_substitution *lp_sub =
char **ppdata, NTSTATUS *pstatus);
bool create_junction(TALLOC_CTX *ctx,
const char *dfs_path,
- bool allow_broken_path,
struct junction_map *jucn);
struct referral;
char *msdfs_link_string(TALLOC_CTX *ctx,