]> git.ipfire.org Git - thirdparty/samba.git/commit
s4: torture: Add a new test - samba3.smb2.durable-open.stat-open.
authorJeremy Allison <jra@samba.org>
Wed, 27 Apr 2022 19:50:59 +0000 (12:50 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 29 Apr 2022 14:57:29 +0000 (14:57 +0000)
commitbb329d4de505d2c01ba45a06311c9dc6d87f8dec
treecff7c63c3d1001166f396859b47189babb160ab7
parent07081d03da2a49010fdc905a39e48dd589be47b2
s4: torture: Add a new test - samba3.smb2.durable-open.stat-open.

Passes against Windows. Shows that Windows allows a durable handle
on a leased open for READ_ATTRUBUTES only (a stat open).

Mark as knownfail for now.

NB. Not sure why we are testing smb2.durable-open against ad_dc
as that provisioning has "smb2 leases = no" which precludes
granting durable handles. Not changing for this bug but this
should be looked at in future.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
selftest/knownfail
selftest/knownfail.d/durable-stat-open [new file with mode: 0644]
source4/torture/smb2/durable_open.c