lib/param: set the kccsrv:samba_kcc option to false by default
authorStefan Metzmacher <metze@samba.org>
Thu, 25 Sep 2014 22:49:37 +0000 (00:49 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 29 Sep 2014 06:28:06 +0000 (08:28 +0200)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10697

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/param/loadparm.c

index 41542609235d68c5059c5631bfcca31b12ea3347..7b86a1eeb6d8c66221c64c07395ef47866908093 100644 (file)
@@ -2432,7 +2432,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 winbindd ntp_signd kcc dnsupdate dns");
-       lpcfg_do_global_parameter(lp_ctx, "kccsrv:samba_kcc", "true");
+       lpcfg_do_global_parameter(lp_ctx, "kccsrv:samba_kcc", "false");
        /* 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);