From bcd558eb50814dfdc68bf49f082f9f644651cb38 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 22 Mar 2017 12:11:26 +0100 Subject: docs-xml: change the default for "map untrusted to domain" to "auto" This makes the behaviour much more robust, particularly with forest child domains over one-way forest trusts. Sadly we don't support this kind of setup with our current ADDC, so there's no way to have automated tests for this behaviour, but at least we know it doesn't break any existing tests. BUG: https://bugzilla.samba.org/show_bug.cgi?id=8630 Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/param') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 91ecba88ad8..297a7e9175a 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -859,7 +859,7 @@ static void init_globals(struct loadparm_context *lp_ctx, bool reinit_globals) Globals.min_receivefile_size = 0; - Globals.map_untrusted_to_domain = false; + Globals.map_untrusted_to_domain = Auto; Globals.multicast_dns_register = true; Globals.smb2_max_read = DEFAULT_SMB2_MAX_READ; -- cgit v1.2.1