summaryrefslogtreecommitdiff
path: root/lib/param
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2013-05-17 02:31:31 -0700
committerAndrew Bartlett <abartlet@samba.org>2013-08-16 04:44:01 +0200
commit52ec52b677e8104596aba7bcb933dfe8fc8cdd5c (patch)
tree5bb23d9ab1131d190f3c8eb80d11104e474cc656 /lib/param
parent0a42493763509880e0aa34fc59c78875e6f9af08 (diff)
downloadsamba-52ec52b677e8104596aba7bcb933dfe8fc8cdd5c.tar.gz
samba-52ec52b677e8104596aba7bcb933dfe8fc8cdd5c.tar.bz2
samba-52ec52b677e8104596aba7bcb933dfe8fc8cdd5c.zip
loadparm: Use the new fully featured kcc by default
Signed-off-by: Matthieu Patou <mat@matws.net> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Aug 16 04:44:01 CEST 2013 on sn-devel-104
Diffstat (limited to 'lib/param')
-rw-r--r--lib/param/loadparm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c
index 455c5e6230..fc209a7586 100644
--- a/lib/param/loadparm.c
+++ b/lib/param/loadparm.c
@@ -2116,6 +2116,7 @@ struct loadparm_context *loadparm_init(TALLOC_CTX *mem_ctx)
lpcfg_do_global_parameter(lp_ctx, "dcerpc endpoint servers", "epmapper wkssvc rpcecho samr netlogon lsarpc spoolss drsuapi dssetup unixinfo browser eventlog6 backupkey dnsserver");
lpcfg_do_global_parameter(lp_ctx, "server services", "s3fs rpc nbt wrepl ldap cldap kdc drepl winbind ntp_signd kcc dnsupdate dns");
+ lpcfg_do_global_parameter(lp_ctx, "kccsrv:samba_kcc", "true");
/* the winbind method for domain controllers is for both RODC
auth forwarding and for trusted domains */
lpcfg_do_global_parameter(lp_ctx, "private dir", dyn_PRIVATE_DIR);