From: Ralph Boehme Date: Mon, 8 Jul 2019 13:26:25 +0000 (+0200) Subject: selftest: explicitly set "mangled names = yes" X-Git-Tag: samba-4.11.0rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5806affefdbec1859bb6b263b95778ad87c8c59c;p=thirdparty%2Fsamba.git selftest: explicitly set "mangled names = yes" This is the current default and what 'make test' assumes currently. The next commit will change the default to "illegal". Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index b1ee80699a2..5c327cab543 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -1724,6 +1724,7 @@ sub provision($$$$$$$$$) dos filemode = yes strict rename = yes strict sync = yes + mangled names = yes vfs objects = acl_xattr fake_acls xattr_tdb streams_depot time_audit full_audit full_audit:syslog = no diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 60419d870c8..02cdfc18bad 100755 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -798,6 +798,7 @@ sub provision_raw_step1($$) rndc command = true client min protocol = CORE server min protocol = LANMAN1 + mangled names = yes dns update command = $ctx->{samba_dnsupdate} spn update command = $ctx->{python} $ENV{SRCDIR_ABS}/source4/scripting/bin/samba_spnupdate -s $ctx->{smb_conf} gpo update command = $ctx->{python} $ENV{SRCDIR_ABS}/source4/scripting/bin/samba-gpupdate -s $ctx->{smb_conf} --target=Computer