From fae229aa3df470cf9cd87b42d60aa6be4211d1ae Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Thu, 14 Apr 2011 09:48:14 +0400 Subject: selftest: Allow to test samba4 with ACL on read set Signed-off-by: Andrew Tridgell --- selftest/target/Samba4.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'selftest/target/Samba4.pm') diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index bbe64a9a8a..d27ee4190a 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} -- cgit