search for: lp_widelinks_intern

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

Did you mean: lp_widelinks_internal
2011 Jun 11
0
RFE: Proposed fix for incompat introduced with 'unix extensions' and 'wide links'....in 3.4(?)..
...&Globals.bUseSpnego) FN_GLOBAL_BOOL(lp_client_use_spnego, &Globals.bClientUseSpnego) FN_GLOBAL_BOOL(lp_hostname_lookups, &Globals.bHostnameLookups) @@ -9905,6 +9917,7 @@ void widelinks_warning(int snum) { + if (lp_client_managed_widelinks()) return; if (lp_unix_extensions() && lp_widelinks_internal(snum)) { DEBUG(0,("Share '%s' has wide links and unix extensions enabled. " "These parameters are incompatible. " @@ -9915,10 +9928,9 @@ bool lp_widelinks(int snum) { - /* wide links is always incompatible with unix extensions */ - if (lp_unix_extensions()) { -...