From ab42271cd6d17b09409d5c8e5a2c80cf5ae4c1cf Mon Sep 17 00:00:00 2001 From: Shirish Kalele Date: Sun, 29 Dec 2002 23:29:08 +0000 Subject: Add msdfs proxy functionality to HEAD. (This used to be commit 9df93b1ffc9ce98302540cc3d2cbd66787abc4fd) --- docs/htmldocs/smb.conf.5.html | 72 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 63 insertions(+), 9 deletions(-) (limited to 'docs/htmldocs') diff --git a/docs/htmldocs/smb.conf.5.html b/docs/htmldocs/smb.conf.5.html index 5e0e9be1e8..84b0920d5b 100644 --- a/docs/htmldocs/smb.conf.5.html +++ b/docs/htmldocs/smb.conf.5.html @@ -16,7 +16,9 @@ VLINK="#840084" ALINK="#0000FF" >

smb.conf

smb.conf
  • msdfs proxy

  • EXPLANATION OF EACH PARAMETER

    msdfs proxy (S)

    This parameter indicates that the share is a + stand-in for another CIFS share whose location is specified by + the value of the parameter. When clients attempt to connect to + this share, they are redirected to the proxied share using + the SMB-Dfs protocol.

    Only Dfs roots can act as proxy shares. Take a look at the + msdfs root + and + host msdfs + options to find out how to set up a Dfs root share.

    Example: msdfs proxy = \otherserver\someshare

    msdfs root (S)
    msdfs:serverA\shareA,serverB\shareB -
    and so on. For more information on setting up a Dfs tree +>msdfs:serverA\shareA,serverB\shareB + and so on. For more information on setting up a Dfs tree on Samba, refer to

    WARNINGS

    VERSION

    SEE ALSO

    AUTHOR