summaryrefslogtreecommitdiffstats
path: root/docs/htmldocs
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-03-02 19:26:37 +0000
committerGerald Carter <jerry@samba.org>2001-03-02 19:26:37 +0000
commitbd3a133cf2c086a971f3e53f41aa39b7a43c04dc (patch)
tree9eff2b08305ebe6ee2a29acf412bc26e07792d73 /docs/htmldocs
parent8ffe40895db85d226c8d7b27e55095e06737cbd7 (diff)
downloadsamba-bd3a133cf2c086a971f3e53f41aa39b7a43c04dc.tar.gz
samba-bd3a133cf2c086a971f3e53f41aa39b7a43c04dc.tar.xz
samba-bd3a133cf2c086a971f3e53f41aa39b7a43c04dc.zip
autogen stuff
Diffstat (limited to 'docs/htmldocs')
-rw-r--r--docs/htmldocs/smb.conf.5.html124
-rw-r--r--docs/htmldocs/smbclient.1.html2
2 files changed, 115 insertions, 11 deletions
diff --git a/docs/htmldocs/smb.conf.5.html b/docs/htmldocs/smb.conf.5.html
index de229d0a2a7..0795a9dee7c 100644
--- a/docs/htmldocs/smb.conf.5.html
+++ b/docs/htmldocs/smb.conf.5.html
@@ -1134,7 +1134,16 @@ CLASS="PARAMETER"
><I
>homedir map</I
></TT
-> </P
+></P
+></LI
+><LI
+><P
+><TT
+CLASS="PARAMETER"
+><I
+>host msdfs</I
+></TT
+></P
></LI
><LI
><P
@@ -1143,7 +1152,7 @@ CLASS="PARAMETER"
><I
>hosts equiv</I
></TT
-> </P
+></P
></LI
><LI
><P
@@ -2176,7 +2185,7 @@ CLASS="PARAMETER"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN704"
+NAME="AEN707"
></A
><H2
>COMPLETE LIST OF SERVICE PARAMETERS</H2
@@ -2776,6 +2785,15 @@ CLASS="PARAMETER"
><TT
CLASS="PARAMETER"
><I
+>msdfs root</I
+></TT
+> </P
+></LI
+><LI
+><P
+><TT
+CLASS="PARAMETER"
+><I
>only guest</I
></TT
> </P
@@ -3217,7 +3235,7 @@ CLASS="PARAMETER"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN1050"
+NAME="AEN1056"
></A
><H2
>EXPLANATION OF EACH PARAMETER</H2
@@ -6853,6 +6871,46 @@ CLASS="COMMAND"
></DD
><DT
><A
+NAME="HOSTMSDFS"
+></A
+>host msdfs (G)</DT
+><DD
+><P
+>This boolean parameter is only available
+ if Samba has been configured and compiled with the <B
+CLASS="COMMAND"
+> --with-msdfs</B
+> option. If set to <TT
+CLASS="CONSTANT"
+>yes</TT
+>,
+ Samba will act as a Dfs server, and allow Dfs-aware clients
+ to browse Dfs trees hosted on the server.</P
+><P
+>See also the <A
+HREF="#MSDFSROOT"
+><TT
+CLASS="PARAMETER"
+><I
+> msdfs root</I
+></TT
+></A
+> share level parameter. For
+ more information on setting up a Dfs tree on Samba,
+ refer to <A
+HREF="msdfs_setup.html"
+TARGET="_top"
+>msdfs_setup.html</A
+>.
+ </P
+><P
+>Default: <B
+CLASS="COMMAND"
+>host msdfs = no</B
+></P
+></DD
+><DT
+><A
NAME="HOSTSALLOW"
></A
>hosts allow (S)</DT
@@ -9380,8 +9438,8 @@ CLASS="COMMAND"
><P
>Default: <B
CLASS="COMMAND"
->max smbd processes = 0 ## no limit</B
-></P
+>max smbd processes = 0</B
+> ## no limit</P
><P
>Example: <B
CLASS="COMMAND"
@@ -9731,6 +9789,52 @@ CLASS="COMMAND"
></DD
><DT
><A
+NAME="MSDFSROOT"
+></A
+>msdfs root (S)</DT
+><DD
+><P
+>This boolean parameter is only available if
+ Samba is configured and compiled with the <B
+CLASS="COMMAND"
+> --with-msdfs</B
+> option. If set to <TT
+CLASS="CONSTANT"
+>yes&#62;</TT
+>,
+ Samba treats the share as a Dfs root and allows clients to browse
+ the distributed file system tree rooted at the share directory.
+ Dfs links are specified in the share directory by symbolic
+ links of the form <TT
+CLASS="FILENAME"
+>msdfs:serverA\shareA,serverB\shareB
+ </TT
+> and so on. For more information on setting up a Dfs tree
+ on Samba, refer to <A
+HREF="msdfs_setup.html"
+TARGET="_top"
+>msdfs_setup.html
+ </A
+>.</P
+><P
+>See also <A
+HREF="#HOSTMSDFS"
+><TT
+CLASS="PARAMETER"
+><I
+>host msdfs
+ </I
+></TT
+></A
+></P
+><P
+>Default: <B
+CLASS="COMMAND"
+>msdfs root = no</B
+></P
+></DD
+><DT
+><A
NAME="NAMERESOLVEORDER"
></A
>name resolve order (G)</DT
@@ -16157,7 +16261,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN5100"
+NAME="AEN5133"
></A
><H2
>WARNINGS</H2
@@ -16187,7 +16291,7 @@ TARGET="_top"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN5106"
+NAME="AEN5139"
></A
><H2
>VERSION</H2
@@ -16198,7 +16302,7 @@ NAME="AEN5106"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN5109"
+NAME="AEN5142"
></A
><H2
>SEE ALSO</H2
@@ -16277,7 +16381,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN5129"
+NAME="AEN5162"
></A
><H2
>AUTHOR</H2
diff --git a/docs/htmldocs/smbclient.1.html b/docs/htmldocs/smbclient.1.html
index fec617f9745..9020bd122e8 100644
--- a/docs/htmldocs/smbclient.1.html
+++ b/docs/htmldocs/smbclient.1.html
@@ -37,7 +37,7 @@ NAME="AEN8"
><B
CLASS="COMMAND"
>smbclient</B
-> {servicename} [-b &lt;buffer size&gt;] [-d debuglevel] [-D Directory] [-S server] [-U username] [-W workgroup] [-M &lt;netbios name&gt;] [-m maxprotocol] [-A authfile] [-N] [-l logfile] [-L &lt;netbios name&gt;] [-I destinationIP] [-E &lt;terminal code&gt;] [-c &lt;command string&gt;] [-i scope] [-O &lt;socket options&gt;] [-p port] [-R &lt;name resolve order&gt;] [-s &lt;smb config file&gt;] [-T&lt;c|x&gt;IXFqgbNan] [password]</P
+> {servicename} [password] [-b &lt;buffer size&gt;] [-d debuglevel] [-D Directory] [-S server] [-U username] [-W workgroup] [-M &lt;netbios name&gt;] [-m maxprotocol] [-A authfile] [-N] [-l logfile] [-L &lt;netbios name&gt;] [-I destinationIP] [-E &lt;terminal code&gt;] [-c &lt;command string&gt;] [-i scope] [-O &lt;socket options&gt;] [-p port] [-R &lt;name resolve order&gt;] [-s &lt;smb config file&gt;] [-T&lt;c|x&gt;IXFqgbNan]</P
></DIV
><DIV
CLASS="REFSECT1"