s3: msdfs: Fix missing struct stat return on msdfs links by doing an LSTAT call.
commit50badbae62f51789a776cd3aa80a80d9aed1d8fe
authorJeremy Allison <jra@samba.org>
Mon, 1 Jun 2020 21:09:54 +0000 (1 14:09 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 26 Jun 2020 11:18:10 +0000 (26 11:18 +0000)
tree31ce5f20b91c6486a6e5a874783465c1a82bfc7a
parent54d6efeb917ba8e7a69ed4b0e9c94adad1545e5d
s3: msdfs: Fix missing struct stat return on msdfs links by doing an LSTAT call.

This (unfortunately) re-exposes the fact the msdfs links are symlinks,
bit fixing this correctly requires a VFS ABI change which we can't
do for a released stream.

Remove the knownfail.d/msdfs-attr file.

Everything now passes.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(v4-12-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-12-test): Fri Jun 26 11:18:10 UTC 2020 on sn-devel-184
selftest/knownfail.d/msdfs-attr [deleted file]
source3/smbd/msdfs.c