MS DFS support

Gerald Carter cartegw at Eng.Auburn.EDU
Tue Nov 16 04:20:59 GMT 1999


Michael Nelson wrote:
> 
> I noticed in the cvs.log that there were checkins for MS 
> DFS support earlier this summer. What happened to it? I've 
> search the list archives and didn't find anything 
> interesting (other than some old DFS patches for
> 1.9pl18).

Here the last post from luke in July....

Just never finished.  JF did the last round of 
work i think.


---------------------------------------------------------------------
does anyone want to help code up dfs in samba?  it's half-way there so
far.  this requires work on smbd.  probably the best implementation
would
be to use tim's VFS support.  however, there are limitations: the path
name that is passed across is the FULL dfs path name
(\server\dfs-mount-point[\directory][\file]) so i've had to add
unix_dfs_convert() which calls unix_convert() after first checking dfs
paths, and converting to local if necessary.

ms's dfs implementation is weird: there appears to be a large burden
placed on the client, and the ms dfs client acts REALLY strange:
attempting to do SMBgetatr on mount points; doing NTcreateX on mount
points; attempting to create \server\dfs-mount\DESKTOP.INI ?????!

you may need microsoft's dfs server 4.1 stuff (from their web site). 
all
SP3 and above nt clients are dfs-aware.  win95 (i hate win95) requires
the
4.1 dfs client (from ms web site).

cifs docs contain dfs specs / info.

luke

<a href="mailto:lkcl at samba.org"   > Luke Kenneth Casson Leighton    </a>
<a href="http://www.cb1.com/~lkcl"> Samba and Network Development   </a>
<a href="http://samba.org"        > Samba Web site                  </a>
<a href="http://www.iss.net"      > Internet Security Systems, Inc. </a>


-- 
________________________________________________________________________
                            Gerald ( Jerry ) Carter	
Engineering Network Services                           Auburn University 
jerry at eng.auburn.edu             http://www.eng.auburn.edu/users/cartegw

       "...a hundred billion castaways looking for a home."
                                  - Sting "Message in a Bottle" ( 1979 )


More information about the samba-technical mailing list