diff options
Diffstat (limited to 'source3/script/tests/selftest.sh')
-rwxr-xr-x | source3/script/tests/selftest.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 3fcfa4d60d..ae856ca31e 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -240,8 +240,10 @@ cat >$SERVERCONFFILE<<EOF read only = no smbd:sharedelay = 100000 smbd:writetimeupdatedelay = 500000 - map hidden = yes - map system = yes + map hidden = no + map system = no + map readonly = no + store dos attributes = yes create mask = 755 store create time = yes vfs objects = $BINDIR/xattr_tdb.so $BINDIR/streams_depot.so |