search for: fname_dst

Displaying 2 results from an estimated 2 matches for "fname_dst".

Did you mean: f_name_dst
2019 Oct 22
2
smbclient: Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND
...ath, but sets the header flag - Linux kernel also uses a non-dfs path and doesn't set the header flag This means, path handling for cli_rename() needs to be changed. IMHO there are two possibilities: - Extend cli_resolve_path() to be able to also return a non-dfs path - Strip server/share from fname_dst in cli_rename(), e.g. with parse_dfs_path() from smbd
2019 Oct 22
0
smbclient: Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND
...> - Linux kernel also uses a non-dfs path and doesn't set the header flag > > This means, path handling for cli_rename() needs to be changed. > IMHO there are two possibilities: > - Extend cli_resolve_path() to be able to also return a non-dfs path > - Strip server/share from fname_dst in cli_rename(), e.g. with > parse_dfs_path() from smbd Can you send a debug level 10 log from smbclient so I can see the exact problem ? Also, can you log a bug at bugzilla.samba.org so we can track the fix for this ? Thanks ! Jeremy.