FW: Problem in working with domain DFS links

Ofir Azoulay Ofir.Azoulay at expand.com
Sun Apr 6 07:48:54 GMT 2008


Sorry for the late response,

Indeed this is the fix I've done and tested.

Thanks,
Ofir.

-----Original Message-----
From: Jeremy Allison [mailto:jra at samba.org] 
Sent: Wednesday, April 02, 2008 3:40 AM
To: Ofir Azoulay
Cc: jra at samba.org; samba-technical at samba.org
Subject: Re: FW: Problem in working with domain DFS links

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