diff options
author | Jeremy Allison <jra@samba.org> | 2019-01-24 10:15:56 -0800 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2019-02-21 12:31:46 +0100 |
commit | eac00de2a0975fe1ab6ea84784087c010b94e74c (patch) | |
tree | 86b5851f3c7036668ab1f3763883a046ca180d13 /selftest/target | |
parent | 44f49283cb8059bac269175efb0ea8c75b639e7c (diff) | |
download | samba-eac00de2a0975fe1ab6ea84784087c010b94e74c.tar.gz |
s3: tests: Add regression test for smbd crash on share force group change with existing connection.
Mark as known fail for now.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13690
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit 7b21b4c1f538650f23ec77fb3c02fe1e224d89aa)
Diffstat (limited to 'selftest/target')
-rwxr-xr-x | selftest/target/Samba3.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 314aae55bc5..47b9c8cbc48 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -904,6 +904,12 @@ sub setup_fileserver force group = everyone write list = force_user +# BUG: https://bugzilla.samba.org/show_bug.cgi?id=13690 +[force_group_test] + path = $share_dir + comment = force group test +# force group = everyone + [smbget] path = $smbget_sharedir comment = smb username is [%U] |