search for: bclientmanagedwidelinks

Displaying 1 result from an estimated 1 matches for "bclientmanagedwidelinks".

2011 Jun 11
0
RFE: Proposed fix for incompat introduced with 'unix extensions' and 'wide links'....in 3.4(?)..
...writable share. Default: client managed wide links = no --- patch: --- source3/param/loadparm.c.orig 2011-02-27 09:42:19.000000000 -0800 +++ source3/param/loadparm.c 2011-06-09 16:53:19.192163402 -0700 @@ -334,6 +334,7 @@ bool bHostMSDfs; bool bUseMmap; bool bHostnameLookups; + bool bClientManagedWidelinks; bool bUnixExtensions; bool bDisableNetbios; char * szDedicatedKeytabFile; @@ -939,6 +940,15 @@ .flags = FLAG_ADVANCED }, { + .label = "client managed wide links", + .type = P_BOOL, + .p_class = P_GLOBAL, + .ptr = &Globals.bClientManagedWidelinks, + .special = NULL, +...