summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorAnubhav Rakshit <anubhav.rakshit@gmail.com>2020-06-08 00:39:59 +0530
committerJeremy Allison <jra@samba.org>2020-07-07 23:03:00 +0000
commitcd5a2d015bfe62b2ff334c1ebf34e371e7cf1238 (patch)
treec4c661f981d4610319b2104da598be806fa19c38 /selftest
parent449259f6e1fbfb41a03d502a277b5f1fccd2182b (diff)
downloadsamba-cd5a2d015bfe62b2ff334c1ebf34e371e7cf1238.tar.gz
s3:smbcacls: Add support for DFS path
smbcacls does not handle DFS paths correctly. This is beacuse once the command encounters a path which returns STATUS_PATH_NOT_COVERED, it does not attempt a GET REFERRAL. We use cli_resolve_path API to perform a DFS path resolution to solve the above problem. Additionally this removes the known fail against smbcacls tests Signed-off-by: Anubhav Rakshit <anubhav.rakshit@gmail.com> Reviewed-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): Tue Jul 7 23:03:00 UTC 2020 on sn-devel-184
Diffstat (limited to 'selftest')
-rw-r--r--selftest/knownfail.d/smbcacls1
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/knownfail.d/smbcacls b/selftest/knownfail.d/smbcacls
index bcd78ce7b33..e69de29bb2d 100644
--- a/selftest/knownfail.d/smbcacls
+++ b/selftest/knownfail.d/smbcacls
@@ -1 +0,0 @@
-^samba.tests.blackbox.smbcacls_basic\(DFS\)