s3: VFS: Remove the lp_widelinks() check from check_reduced_name().
authorJeremy Allison <jra@samba.org>
Tue, 7 Apr 2020 00:31:16 +0000 (17:31 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 9 Apr 2020 19:40:35 +0000 (19:40 +0000)
commit47b7f3319e4ad9bc25eea151d3209d387c1decc6
tree8bf52cb1ca9019f2caa21eaf94bd9caeb944246e
parent886d2c09b84787062c98e26dfccceaba6420cf6c
s3: VFS: Remove the lp_widelinks() check from check_reduced_name().

Widelinks are now always denied, unless the vfs_widelinks
VFS module is loaded.

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