This add-on adds DFS functionality to Samba-2.0.7. This allows Samba to host
SMB-based Distributed File System trees.

To set up Samba-2.0.7 with SMB-based DFS:
1. Run the add_dfs.sh script with the directory containing your samba-2.0.7 
   tree as the argument. For example, if you've untarred the samba-2.0.7 
   tree in /tmp:
	sh add_dfs.sh /tmp

   This script does the following:
   a. Adds the files msdfs.c and msdfs.h to source/msdfs and source/include 
      directories in the samba-2.0.7 source tree.
   b. Applies the msdfs patch using patch -p0 -i msdfs.patch

   If the script fails for any reason, you can do these steps manually on
   a fresh untarred samba-2.0.7 tree.

2. Configure Samba with a --with-msdfs option (./configure --with-msdfs)
3. make 
4. Set up dfs roots and links as per the msdfs_setup.html document.
5. Enjoy!

kalele@samba.org
2000.11.27
