search for: lp_allow_insecure_wide_links

Displaying 5 results from an estimated 5 matches for "lp_allow_insecure_wide_links".

2015 Oct 30
3
widelinks_warning - but unix extensions *are* off
...s objects = zfsacl full_audit >> >> Unfortunately, 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. &...
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
...dos attributes = Yes > vfs objects = zfsacl full_audit > > Unfortunately, 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. "...
2015 Oct 30
0
widelinks_warning - but unix extensions *are* off
...> Unfortunately, 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. " > >>...
2015 Nov 02
2
widelinks_warning - but unix extensions *are* off
...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. " &...