From 1002cc9a669836d6cddaac350715a2b107bec01e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 20 Dec 2012 23:05:55 +1100 Subject: selftest: show that Samba honours "write list" and valid users Reviewed-by: Jeremy Allison Reviewed-by: Stefan Metzmacher --- selftest/target/Samba3.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'selftest') diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index adca52fdfa..8546bd2895 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -963,6 +963,13 @@ sub provision($$$$$$) [ro-tmp] path = $ro_shrdir guest ok = yes +[write-list-tmp] + path = $shrdir + read only = yes + write list = $unix_name +[valid-users-tmp] + path = $shrdir + valid users = $unix_name [msdfs-share] path = $msdfs_shrdir msdfs root = yes -- cgit