Tests for bug #8972 - Add a posix_share definition to s4 so we can do raw posix permi...
authorJeremy Allison <jra@samba.org>
Tue, 5 Jun 2012 03:44:08 +0000 (20:44 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 5 Jun 2012 04:25:31 +0000 (06:25 +0200)
selftest/target/Samba4.pm

index 97cdbf2ea8882e634afedde412404d63dd333d37..954cf9c820980a959e5c98001a1ed6b8544b0b95 100644 (file)
@@ -745,6 +745,14 @@ sub provision($$$$$$$$)
        create mask = 777
        force create mode = 777
 
+[posix_share]
+       path = $ctx->{share}
+       read only = no
+       create mask = 0777
+       force create mode = 0
+       directory mask = 0777
+       force directory mode = 0
+
 [test1]
        path = $ctx->{share}/test1
        read only = no