summaryrefslogtreecommitdiffstats
path: root/source/param
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-03-01 15:23:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:53 -0500
commitb5f01559e1f75c427e59646ee79e18433806213e (patch)
tree0201c7c594db47fad6f0e0a4f8e8cc907ce03e4a /source/param
parentacff5163ca7be59e01438f7cf63faef9ed54b820 (diff)
downloadsamba-b5f01559e1f75c427e59646ee79e18433806213e.tar.gz
samba-b5f01559e1f75c427e59646ee79e18433806213e.tar.xz
samba-b5f01559e1f75c427e59646ee79e18433806213e.zip
r13772: More default changes
* winbind nested groups = yes * host msdfs = ye * msdfs root = yes
Diffstat (limited to 'source/param')
-rw-r--r--source/param/loadparm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 8c8afbfbe72..65daf041e49 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -572,7 +572,7 @@ static service sDefault = {
False, /* bInheritPerms */
False, /* bInheritACLS */
False, /* bInheritOwner */
- False, /* bMSDfsRoot */
+ True, /* bMSDfsRoot */
False, /* bUseClientDriver */
False, /* bDefaultDevmode */
False, /* bForcePrintername */
@@ -1627,7 +1627,7 @@ static void init_globals(BOOL first_time_only)
Globals.bWinbindEnumGroups = True;
Globals.bWinbindUseDefaultDomain = False;
Globals.bWinbindTrustedDomainsOnly = False;
- Globals.bWinbindNestedGroups = False;
+ Globals.bWinbindNestedGroups = True;
Globals.winbind_max_idle_children = 3;
Globals.szWinbindNssInfo = str_list_make("template", NULL);
Globals.bWinbindRefreshTickets = False;
@@ -1647,6 +1647,7 @@ static void init_globals(BOOL first_time_only)
string_set(&Globals.smb_ports, SMB_PORTS);
Globals.bEnablePrivileges = True;
+ Globals.bHostMSDfs = True;
Globals.bASUSupport = False;
/* User defined shares. */