search for: lp_unix_extensions

Displaying 8 results from an estimated 8 matches for "lp_unix_extensions".

2011 Jun 11
0
RFE: Proposed fix for incompat introduced with 'unix extensions' and 'wide links'....in 3.4(?)..
...+ Globals.bClientManagedWidelinks = False; Globals.bUnixExtensions = True; Globals.bResetOnZeroVC = False; Globals.bCreateKrb5Conf = true; @@ -5535,6 +5546,7 @@ FN_GLOBAL_BOOL(lp_enhanced_browsing, &Globals.enhanced_browsing) FN_GLOBAL_BOOL(lp_use_mmap, &Globals.bUseMmap) FN_GLOBAL_BOOL(lp_unix_extensions, &Globals.bUnixExtensions) +FN_GLOBAL_BOOL(lp_client_managed_widelinks, &Globals.bClientManagedWidelinks) FN_GLOBAL_BOOL(lp_use_spnego, &Globals.bUseSpnego) FN_GLOBAL_BOOL(lp_client_use_spnego, &Globals.bClientUseSpnego) FN_GLOBAL_BOOL(lp_hostname_lookups, &Globals.bHostnameLook...
2015 Oct 30
3
widelinks_warning - but unix extensions *are* off
.... It's all pretty fuzzy, but maybe someone out there has an idea what's going on? > > That message is coming from here: > > void widelinks_warning(int snum) > { > if (lp_allow_insecure_wide_links()) { > return; > } > > if (lp_unix_extensions() && lp_wide_links(snum)) { > DEBUG(0,("Share '%s' has wide links and unix extensions enabled. " > "These parameters are incompatible. " > "Wide links will be disabled for this share.\n&qu...
2015 Oct 29
2
widelinks_warning - but unix extensions *are* off
Hi all Since we changed our installation from Samba 3.x to 4.x (currently 4.2.5 on Solaris 11.1), we repeatedly encounter the following 'widelinks_warning', originating from Windows Server 2012 R2 RDS clients: [2015/10/29 15:50:38.837702, 0] ../source3/param/loadparm.c:4306(widelinks_warning) Share 'data' has wide links and unix extensions enabled. These parameters are
2015 Oct 29
0
widelinks_warning - but unix extensions *are* off
...ortunately, we can't trigger the behaviour. It's all pretty fuzzy, but maybe someone out there has an idea what's going on? That message is coming from here: void widelinks_warning(int snum) { if (lp_allow_insecure_wide_links()) { return; } if (lp_unix_extensions() && lp_wide_links(snum)) { DEBUG(0,("Share '%s' has wide links and unix extensions enabled. " "These parameters are incompatible. " "Wide links will be disabled for this share.\n",...
2009 Jul 01
0
Unix Extensions + ext3 quotas + df
...8 16:37:41.000000000 +0100 --- source/smbd/trans2.c 2009-07-01 12:17:16.000000000 +0200 *************** *** 2583,2612 **** --- 2583,2642 ---- CIFS_UNIX_POSIX_PATH_OPERATIONS_CAP))); break; case SMB_QUERY_POSIX_FS_INFO: { int rc; vfs_statvfs_struct svfs; if (!lp_unix_extensions()) { return ERROR_NT(NT_STATUS_INVALID_LEVEL); } rc = SMB_VFS_STATVFS(conn, ".", &svfs); if (!rc) { + + { + SMB_BIG_UINT dfree,dsize,bsize,block_size,sectors_per_unit,bytes_per_sector; + + if (get_dfree_info(conn,".",False,&bsiz...
2015 Oct 30
0
widelinks_warning - but unix extensions *are* off
...;s going on? > >> That message is coming from here: > >> > >> void widelinks_warning(int snum) > >> { > >> if (lp_allow_insecure_wide_links()) { > >> return; > >> } > >> > >> if (lp_unix_extensions() && lp_wide_links(snum)) { > >> DEBUG(0,("Share '%s' has wide links and unix extensions > enabled. " > >> "These parameters are incompatible. " > >> "Wide links wi...
2016 Mar 30
0
Fwd: Fwd: Setting FS Quota against SAMBA share from windows2k12
...n <jra at samba.org> wrote: > On Tue, Mar 29, 2016 at 02:33:48PM -0700, Partha Sarathi wrote: > > Thanks Jeremy. > > > > Please find the updated patch for review. > > More changes (sorry). This code: > > + if (INFO_LEVEL_IS_UNIX(info_level) && !lp_unix_extensions()) { > + return NT_STATUS_INVALID_LEVEL; > + } > + > + if (!CAN_WRITE(conn)) { > + /* Allow POSIX opens. The open path will deny > + * any non-readonly opens. */ > + if (info_level != SMB_POSIX_PATH_OPEN...
2015 Nov 02
2
widelinks_warning - but unix extensions *are* off
...> That message is coming from here: >>>> >>>> void widelinks_warning(int snum) >>>> { >>>> if (lp_allow_insecure_wide_links()) { >>>> return; >>>> } >>>> >>>> if (lp_unix_extensions() && lp_wide_links(snum)) { >>>> DEBUG(0,("Share '%s' has wide links and unix extensions >> enabled. " >>>> "These parameters are incompatible. " >>>> "Wid...