Move build over to storing DOS attributes in EA's.
authorJeremy Allison <jra@samba.org>
Thu, 13 Aug 2009 00:07:13 +0000 (17:07 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 13 Aug 2009 00:07:13 +0000 (17:07 -0700)
Turn off "map to" directives. I've now fixed the
issues with the build tests running this way. I think
this is how most people run these days - please raise this on
the list (or revert) if you disagree.

source3/script/tests/selftest.sh

index 3fcfa4d60dbcfd509591662720e8b94df83e63ea..ae856ca31e0b36d17f84012af749311cf3ec4e6b 100755 (executable)
@@ -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