From: Matthieu Patou Date: Thu, 14 Apr 2011 05:48:14 +0000 (+0400) Subject: selftest: Allow to test samba4 with ACL on read set X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=fae229aa3df470cf9cd87b42d60aa6be4211d1ae;p=rusty%2Fsamba.git selftest: Allow to test samba4 with ACL on read set Signed-off-by: Andrew Tridgell --- diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index bbe64a9a8aa..d27ee4190af 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -578,8 +578,11 @@ sub provision_raw_step1($$) warn("can't open $ctx->{smb_conf}$?"); return undef; } + my $acl = "false"; + $acl = "true" if (defined $ENV{WITH_ACL}); print CONFFILE " [global] + acl:search = $acl netbios name = $ctx->{netbiosname} posix:eadb = $ctx->{lockdir}/eadb.tdb workgroup = $ctx->{domain}