s3-selftest: Add test for posix large reads and writes
[gd/samba-autobuild/.git] / selftest / target / Samba3.pm
index 211bbb6a8903675986fc27c5811828f2df80a750..10f673ffcfe712016ab35919ed0a8673f0b23625 100755 (executable)
@@ -485,6 +485,11 @@ $ret->{USERNAME} = KTEST\\Administrator
        system("cp $self->{srcdir}/source3/selftest/ktest-krb5_ccache-3 $prefix/krb5_ccache-3");
        chmod 0600, "$prefix/krb5_ccache-3";
 
+       # We need world access to this share, as otherwise the domain
+       # administrator from the AD domain provided by ktest can't
+       # access the share for tests.
+       chmod 0777, "$prefix/share";
+
        $self->check_or_start($ret, "yes", "no", "yes");
 
        if (not $self->wait_for_start($ret)) {