s3: smbd: Always call canonicalize_connect_path() for a (synthesized) msdfs-share.
authorJeremy Allison <jra@samba.org>
Tue, 7 Apr 2020 00:34:22 +0000 (17:34 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 9 Apr 2020 19:40:35 +0000 (19:40 +0000)
commit9eac23201268a23a43d6bcfbbf5a7368169ccec4
tree0f6ecd716f77a3090d3231ef29ef79ca1cea9464
parentd803d66b3c2365dee174a456ce38c5c2cd2c7cc3
s3: smbd: Always call canonicalize_connect_path() for a (synthesized) msdfs-share.

Share path definitions don't need to be aware of symlinks.

This is strictly a change in behavior, but the vfs_widelinks
module (if loaded) copes with symlinks in the share definition.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/msdfs.c