Displaying 5 results from an estimated 5 matches for "lp_wide_links".
2015 Oct 30
3
widelinks_warning - but unix extensions *are* off
...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",
>...
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
...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",
lp_servic...
2015 Oct 30
0
widelinks_warning - but unix extensions *are* off
...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
>...
2015 Nov 02
2
widelinks_warning - but unix extensions *are* off
...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 fo...