diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-12-20 23:05:55 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-01-09 15:29:47 +1100 |
commit | 1002cc9a669836d6cddaac350715a2b107bec01e (patch) | |
tree | 23fd5444bfbc4bdb906dccd1b78d13609e11562c /selftest/target | |
parent | fcdd6092b10a4b4406af47b989dcf1a9d693580e (diff) | |
download | samba-1002cc9a669836d6cddaac350715a2b107bec01e.tar.gz samba-1002cc9a669836d6cddaac350715a2b107bec01e.tar.bz2 samba-1002cc9a669836d6cddaac350715a2b107bec01e.zip |
selftest: show that Samba honours "write list" and valid users
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'selftest/target')
-rwxr-xr-x | selftest/target/Samba3.pm | 7 |
1 files changed, 7 insertions, 0 deletions
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 |