FW: Problem in working with domain DFS links

Jeremy Allison jra at samba.org
Wed Apr 2 00:40:15 GMT 2008


On Tue, Apr 01, 2008 at 12:55:58PM +0300, Ofir Azoulay wrote:
> Hi Jeremy,
> 
>  
> 
> Per your request, here is again the mail regarding the DFS problem we
> face.
> 
>  
> 
> Some more additional information:
> 
> The below suggested fix is relevant for 3.0.23c. In 3.0.25b on which I'm
> currently working to get the fix done there is also a need to remove the
> is_myname_or_ipaddr check from parse_dfs_path also.

Ok, I think I understand the problem. Just removing the code doing
the check :

/* If we got a hostname, is it ours (or an IP address) ? */
if (!is_myname_or_ipaddr(pdp->hostname)) {
	....
}

within parse_dfs_path() and within get_referred_path()
should fix the bug I think. Do you concur ?

Jeremy.


More information about the samba-technical mailing list