summaryrefslogtreecommitdiff
path: root/docs/htmldocs/smbsh.1.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/htmldocs/smbsh.1.html')
-rw-r--r--docs/htmldocs/smbsh.1.html173
1 files changed, 95 insertions, 78 deletions
diff --git a/docs/htmldocs/smbsh.1.html b/docs/htmldocs/smbsh.1.html
index 625f63d260..0ed7722b71 100644
--- a/docs/htmldocs/smbsh.1.html
+++ b/docs/htmldocs/smbsh.1.html
@@ -130,16 +130,75 @@ CLASS="EMPHASIS"
</P
></DD
><DT
+>-s &#60;configuration file&#62;</DT
+><DD
+><P
+>The file specified contains the
+configuration details required by the server. The
+information in this file includes server-specific
+information such as what printcap file to use, as well
+as descriptions of all the services that the server is
+to provide. See <A
+HREF="smb.conf.5.html"
+TARGET="_top"
+><TT
+CLASS="FILENAME"
+>smb.conf(5)</TT
+></A
+> for more information.
+The default configuration file name is determined at
+compile time.</P
+></DD
+><DT
+>-d|--debug=debuglevel</DT
+><DD
+><P
+><VAR
+CLASS="REPLACEABLE"
+>debuglevel</VAR
+> is an integer
+from 0 to 10. The default value if this parameter is
+not specified is zero.</P
+><P
+>The higher this value, the more detail will be
+logged to the log files about the activities of the
+server. At level 0, only critical errors and serious
+warnings will be logged. Level 1 is a reasonable level for
+day to day running - it generates a small amount of
+information about operations carried out.</P
+><P
+>Levels above 1 will generate considerable
+amounts of log data, and should only be used when
+investigating a problem. Levels above 3 are designed for
+use only by developers and generate HUGE amounts of log
+data, most of which is extremely cryptic.</P
+><P
+>Note that specifying this parameter here will
+override the <A
+HREF="smb.conf.5.html#loglevel"
+TARGET="_top"
+>log
+level</A
+> parameter in the <A
+HREF="smb.conf.5.html"
+TARGET="_top"
+><TT
+CLASS="FILENAME"
+>smb.conf(5)</TT
+></A
+> file.</P
+></DD
+><DT
>-R &#60;name resolve order&#62;</DT
><DD
><P
>This option is used to determine what naming
- services and in what order to resolve
- host names to IP addresses. The option takes a space-separated
- string of different name resolution options.</P
+services and in what order to resolve
+host names to IP addresses. The option takes a space-separated
+string of different name resolution options.</P
><P
>The options are: "lmhosts", "host", "wins" and "bcast".
- They cause names to be resolved as follows :</P
+They cause names to be resolved as follows :</P
><P
></P
><UL
@@ -149,18 +208,17 @@ CLASS="EMPHASIS"
CLASS="CONSTANT"
>lmhosts</CODE
>:
- Lookup an IP address in the Samba lmhosts file. If the
- line in lmhosts has no name type attached to the
- NetBIOS name
- (see the <SPAN
+Lookup an IP address in the Samba lmhosts file. If the
+line in lmhosts has no name type attached to the
+NetBIOS name
+(see the <SPAN
CLASS="CITEREFENTRY"
><SPAN
CLASS="REFENTRYTITLE"
>lmhosts</SPAN
>(5)</SPAN
> for details)
- then any name type matches for lookup.
- </P
+then any name type matches for lookup.</P
></LI
><LI
><P
@@ -168,21 +226,19 @@ CLASS="REFENTRYTITLE"
CLASS="CONSTANT"
>host</CODE
>:
- Do a standard host name to IP address resolution, using
- the system <TT
+Do a standard host name to IP address resolution, using
+the system <TT
CLASS="FILENAME"
>/etc/hosts</TT
>, NIS, or DNS
- lookups. This method of name resolution is operating
- system dependent, for instance on IRIX or Solaris this
- may be controlled by the <TT
+lookups. This method of name resolution is operating
+system dependent, for instance on IRIX or Solaris this
+may be controlled by the <TT
CLASS="FILENAME"
->/etc/nsswitch.conf
- </TT
+>/etc/nsswitch.conf</TT
> file). Note that this method is only used
- if the NetBIOS name type being queried is the 0x20
- (server) name type, otherwise it is ignored.
- </P
+if the NetBIOS name type being queried is the 0x20
+(server) name type, otherwise it is ignored.</P
></LI
><LI
><P
@@ -190,14 +246,13 @@ CLASS="FILENAME"
CLASS="CONSTANT"
>wins</CODE
>:
- Query a name with the IP address listed in the
- <VAR
+Query a name with the IP address listed in the
+<VAR
CLASS="PARAMETER"
>wins server</VAR
> parameter. If no
- WINS server has been specified this method will be
- ignored.
- </P
+WINS server has been specified this method will be
+ignored.</P
></LI
><LI
><P
@@ -205,36 +260,34 @@ CLASS="PARAMETER"
CLASS="CONSTANT"
>bcast</CODE
>:
- Do a broadcast on each of the known local interfaces
- listed in the <VAR
+Do a broadcast on each of the known local interfaces
+listed in the <VAR
CLASS="PARAMETER"
>interfaces</VAR
>
- parameter. This is the least reliable of the name
- resolution methods as it depends on the target host
- being on a locally connected subnet.
- </P
+parameter. This is the least reliable of the name
+resolution methods as it depends on the target host
+being on a locally connected subnet.</P
></LI
></UL
><P
>If this parameter is not set then the name resolve order
- defined in the <SPAN
+defined in the <SPAN
CLASS="CITEREFENTRY"
><SPAN
CLASS="REFENTRYTITLE"
>smb.conf</SPAN
>(5)</SPAN
> file parameter
- (<VAR
+(<VAR
CLASS="PARAMETER"
>name resolve order</VAR
>) will be used. </P
><P
>The default order is lmhosts, host, wins, bcast. Without
- this parameter or any entry in the <VAR
+this parameter or any entry in the <VAR
CLASS="PARAMETER"
->name resolve order
- </VAR
+>name resolve order</VAR
> parameter of the <SPAN
CLASS="CITEREFENTRY"
><SPAN
@@ -242,43 +295,7 @@ CLASS="REFENTRYTITLE"
>smb.conf</SPAN
>(5)</SPAN
> file, the name resolution methods
- will be attempted in this order. </P
-></DD
-><DT
->-d &#60;debug level&#62;</DT
-><DD
-><P
->debug level is an integer from 0 to 10.</P
-><P
->The default value if this parameter is not specified
- is zero.</P
-><P
->The higher this value, the more detail will be logged
- about the activities of <SPAN
-CLASS="CITEREFENTRY"
-><SPAN
-CLASS="REFENTRYTITLE"
->nmblookup</SPAN
->(1)</SPAN
->. At level
- 0, only critical errors and serious warnings will be logged.
- </P
-></DD
-><DT
->-l logfilename</DT
-><DD
-><P
->If specified causes all debug messages to be
- written to the file specified by <VAR
-CLASS="REPLACEABLE"
->logfilename
- </VAR
->. If not specified then all messages will be
- written to<VAR
-CLASS="REPLACEABLE"
->stderr</VAR
->.
- </P
+will be attempted in this order. </P
></DD
><DT
>-L libdir</DT
@@ -298,7 +315,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN104"
+NAME="AEN106"
></A
><H2
>EXAMPLES</H2
@@ -371,7 +388,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN124"
+NAME="AEN126"
></A
><H2
>VERSION</H2
@@ -381,7 +398,7 @@ NAME="AEN124"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN127"
+NAME="AEN129"
></A
><H2
>BUGS</H2
@@ -414,7 +431,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN136"
+NAME="AEN138"
></A
><H2
>SEE ALSO</H2
@@ -436,7 +453,7 @@ CLASS="REFENTRYTITLE"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN145"
+NAME="AEN147"
></A
><H2
>AUTHOR</H2