>From 71842759a07f2d5789370cd1d6be8b85c7f66a34 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Thu, 16 May 2013 16:07:25 -0700 Subject: [PATCH 1/2] selftest: use new kcc by default Signed-off-by: Matthieu Patou --- selftest/target/Samba4.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index e574b48..17f73cf 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -607,7 +607,7 @@ sub provision_raw_step1($$) wins support = yes server role = $ctx->{server_role} server services = +echo +smb -s3fs - dcerpc endpoint servers = +winreg +srvsvc + dcerpc endpoint servers = +winreg +srvsvc notify:inotify = false ldb:nosync = true #We don't want to pass our self-tests if the PAC code is wrong @@ -621,6 +621,7 @@ sub provision_raw_step1($$) resolv:host file = $ctx->{dns_host_file} dreplsrv:periodic_startup_interval = 0 dsdb:schema update allowed = yes + kccsrv:samba_kcc = true vfs objects = dfs_samba4 acl_xattr fake_acls xattr_tdb streams_depot -- 1.8.1.2