The branch, master has been updated
via 52ec52b loadparm: Use the new fully featured kcc by default
from 0a42493 libctdb: Avoid an explicit memset
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 52ec52b677e8104596aba7bcb933dfe8fc8cdd5c
Author: Matthieu Patou <[email protected]>
Date: Fri May 17 02:31:31 2013 -0700
loadparm: Use the new fully featured kcc by default
Signed-off-by: Matthieu Patou <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
Autobuild-User(master): Andrew Bartlett <[email protected]>
Autobuild-Date(master): Fri Aug 16 04:44:01 CEST 2013 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
lib/param/loadparm.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c
index 455c5e6..fc209a7 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);
--
Samba Shared Repository