s3/modules: Fix DFS links when widelinks = yes
authorNoel Power <noel.power@suse.com>
Thu, 27 Jul 2023 12:26:21 +0000 (13:26 +0100)
committerJeremy Allison <jra@samba.org>
Sat, 29 Jul 2023 00:43:52 +0000 (00:43 +0000)
commit0bf8b25aacdf2f5c746922320b32e3f0886c81f5
tree590ae36ce19db950fcb5204721bd5fde31f23a16
parent2668dcd0968133cca4f8410bf8c41ed0483f5d87
s3/modules: Fix DFS links when widelinks = yes

In openat(), even if we fail to open the file,
propagate stat if and only if the object is a link in
a DFS share. This allows calling code to further process
the link.

Also remove knownfail

Pair-Programmed-With: Jeremy Alison <jra@samba.org>

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15435

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Jul 29 00:43:52 UTC 2023 on atb-devel-224
selftest/knownfail.d/smbclient-bug15435 [deleted file]
source3/modules/vfs_widelinks.c