diff options
Diffstat (limited to 'docs/htmldocs/msdfs.html')
-rw-r--r-- | docs/htmldocs/msdfs.html | 109 |
1 files changed, 61 insertions, 48 deletions
diff --git a/docs/htmldocs/msdfs.html b/docs/htmldocs/msdfs.html index 77fc65c680..f6fe1c7e1d 100644 --- a/docs/htmldocs/msdfs.html +++ b/docs/htmldocs/msdfs.html @@ -5,19 +5,21 @@ >Hosting a Microsoft Distributed File System tree on Samba</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ +"><LINK REL="HOME" TITLE="SAMBA Project Documentation" HREF="samba-howto-collection.html"><LINK REL="UP" -TITLE="Advanced Configuration" +TITLE="Optional configuration" HREF="optional.html"><LINK REL="PREVIOUS" -TITLE="Stackable VFS modules" -HREF="vfs.html"><LINK +TITLE="Configuring PAM for distributed but centrally +managed authentication" +HREF="pam.html"><LINK REL="NEXT" -TITLE="Integrating MS Windows networks with Samba" -HREF="integrate-ms-networks.html"></HEAD +TITLE="Printing Support" +HREF="printing.html"></HEAD ><BODY CLASS="CHAPTER" BGCOLOR="#FFFFFF" @@ -45,7 +47,7 @@ WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A -HREF="vfs.html" +HREF="pam.html" ACCESSKEY="P" >Prev</A ></TD @@ -59,7 +61,7 @@ WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A -HREF="integrate-ms-networks.html" +HREF="printing.html" ACCESSKEY="N" >Next</A ></TD @@ -72,17 +74,13 @@ WIDTH="100%"></DIV CLASS="CHAPTER" ><H1 ><A -NAME="MSDFS" -></A ->Chapter 22. Hosting a Microsoft Distributed File System tree on Samba</H1 +NAME="MSDFS">Chapter 13. Hosting a Microsoft Distributed File System tree on Samba</H1 ><DIV CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN3695" ->22.1. Instructions</A -></H1 +NAME="AEN1859">13.1. Instructions</H1 ><P >The Distributed File System (or Dfs) provides a means of separating the logical view of files and directories that users @@ -98,17 +96,21 @@ TARGET="_top" machine (for Dfs-aware clients to browse) using Samba.</P ><P >To enable SMB-based DFS for Samba, configure it with the - <VAR + <TT CLASS="PARAMETER" ->--with-msdfs</VAR +><I +>--with-msdfs</I +></TT > option. Once built, a Samba server can be made a Dfs server by setting the global boolean <A HREF="smb.conf.5.html#HOSTMSDFS" TARGET="_top" -><VAR +><TT CLASS="PARAMETER" -> host msdfs</VAR +><I +> host msdfs</I +></TT ></A > parameter in the <TT CLASS="FILENAME" @@ -118,16 +120,18 @@ CLASS="FILENAME" level boolean <A HREF="smb.conf.5.html#MSDFSROOT" TARGET="_top" -><VAR +><TT CLASS="PARAMETER" -> msdfs root</VAR +><I +> msdfs root</I +></TT ></A > parameter. A Dfs root directory on Samba hosts Dfs links in the form of symbolic links that point to other servers. For example, a symbolic link <TT CLASS="FILENAME" ->junction->msdfs:storage1\share1</TT +>junction->msdfs:storage1\share1</TT > in the share directory acts as the Dfs junction. When Dfs-aware clients attempt to access the junction link, they are redirected @@ -155,44 +159,54 @@ CLASS="PROGRAMLISTING" >In the /export/dfsroot directory we set up our dfs links to other servers on the network.</P ><P -><SAMP +><TT CLASS="PROMPT" ->root# </SAMP -><KBD +>root# </TT +><TT CLASS="USERINPUT" ->cd /export/dfsroot</KBD +><B +>cd /export/dfsroot</B +></TT ></P ><P -><SAMP +><TT CLASS="PROMPT" ->root# </SAMP -><KBD +>root# </TT +><TT CLASS="USERINPUT" ->chown root /export/dfsroot</KBD +><B +>chown root /export/dfsroot</B +></TT ></P ><P -><SAMP +><TT CLASS="PROMPT" ->root# </SAMP -><KBD +>root# </TT +><TT CLASS="USERINPUT" ->chmod 755 /export/dfsroot</KBD +><B +>chmod 755 /export/dfsroot</B +></TT ></P ><P -><SAMP +><TT CLASS="PROMPT" ->root# </SAMP -><KBD +>root# </TT +><TT CLASS="USERINPUT" ->ln -s msdfs:storageA\\shareA linka</KBD +><B +>ln -s msdfs:storageA\\shareA linka</B +></TT ></P ><P -><SAMP +><TT CLASS="PROMPT" ->root# </SAMP -><KBD +>root# </TT +><TT CLASS="USERINPUT" ->ln -s msdfs:serverB\\share,serverC\\share linkb</KBD +><B +>ln -s msdfs:serverB\\share,serverC\\share linkb</B +></TT ></P ><P >You should set up the permissions and ownership of @@ -212,9 +226,7 @@ CLASS="SECT2" ><H2 CLASS="SECT2" ><A -NAME="AEN3730" ->22.1.1. Notes</A -></H2 +NAME="AEN1894">13.1.1. Notes</H2 ><P ></P ><UL @@ -257,7 +269,7 @@ WIDTH="33%" ALIGN="left" VALIGN="top" ><A -HREF="vfs.html" +HREF="pam.html" ACCESSKEY="P" >Prev</A ></TD @@ -275,7 +287,7 @@ WIDTH="33%" ALIGN="right" VALIGN="top" ><A -HREF="integrate-ms-networks.html" +HREF="printing.html" ACCESSKEY="N" >Next</A ></TD @@ -285,7 +297,8 @@ ACCESSKEY="N" WIDTH="33%" ALIGN="left" VALIGN="top" ->Stackable VFS modules</TD +>Configuring PAM for distributed but centrally +managed authentication</TD ><TD WIDTH="34%" ALIGN="center" @@ -299,7 +312,7 @@ ACCESSKEY="U" WIDTH="33%" ALIGN="right" VALIGN="top" ->Integrating MS Windows networks with Samba</TD +>Printing Support</TD ></TR ></TABLE ></DIV |