summaryrefslogtreecommitdiff
path: root/docs/htmldocs/nmblookup.1.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/htmldocs/nmblookup.1.html')
-rw-r--r--docs/htmldocs/nmblookup.1.html199
1 files changed, 144 insertions, 55 deletions
diff --git a/docs/htmldocs/nmblookup.1.html b/docs/htmldocs/nmblookup.1.html
index 1e3c3c56ad..cb1df2cd82 100644
--- a/docs/htmldocs/nmblookup.1.html
+++ b/docs/htmldocs/nmblookup.1.html
@@ -148,10 +148,86 @@ CLASS="REPLACEABLE"
an IP Address and do a node status query on this address.</P
></DD
><DT
->-h</DT
+>-n &#60;primary NetBIOS name&#62;</DT
><DD
><P
->Print a help (usage) message.</P
+>This option allows you to override
+the NetBIOS name that Samba uses for itself. This is identical
+to setting the <A
+HREF="smb.conf.5.html#netbiosname"
+TARGET="_top"
+><VAR
+CLASS="PARAMETER"
+>NetBIOS
+name</VAR
+></A
+> parameter in the <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smb.conf</SPAN
+>(5)</SPAN
+> file. However, a command
+line setting will take precedence over settings in
+<SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smb.conf</SPAN
+>(5)</SPAN
+>.</P
+></DD
+><DT
+>-i &#60;scope&#62;</DT
+><DD
+><P
+>This specifies a NetBIOS scope that
+<B
+CLASS="COMMAND"
+>nmblookup</B
+> will use to communicate with when
+generating NetBIOS names. For details on the use of NetBIOS
+scopes, see rfc1001.txt and rfc1002.txt. NetBIOS scopes are
+<SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>very</I
+></SPAN
+> rarely used, only set this parameter
+if you are the system administrator in charge of all the
+NetBIOS systems you communicate with.</P
+></DD
+><DT
+>-W|--workgroup=domain</DT
+><DD
+><P
+>Set the SMB domain of the username. This
+overrides the default domain which is the domain defined in
+smb.conf. If the domain specified is the same as the servers
+NetBIOS name, it causes the client to log on using the servers local
+SAM (as opposed to the Domain SAM). </P
+></DD
+><DT
+>-O socket options</DT
+><DD
+><P
+>TCP socket options to set on the client
+socket. See the socket options parameter in
+the <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smb.conf</SPAN
+>(5)</SPAN
+> manual page for the list of valid
+options. </P
+></DD
+><DT
+>-h|--help</DT
+><DD
+><P
+>Print a summary of command line options.</P
></DD
><DT
>-B &#60;broadcast address&#62;</DT
@@ -193,71 +269,84 @@ CLASS="PARAMETER"
query a WINS server.</P
></DD
><DT
->-d &#60;debuglevel&#62;</DT
+>-V</DT
><DD
><P
->debuglevel 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 <B
+>Prints the version number for
+<B
CLASS="COMMAND"
->nmblookup</B
->. At level
- 0, only critical errors and serious warnings will be logged.</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 data, most of which is extremely cryptic.</P
+>smbd</B
+>.</P
+></DD
+><DT
+>-s &#60;configuration file&#62;</DT
+><DD
><P
->Note that specifying this parameter here will override
- the <A
-HREF="smb.conf.5.html#LOGLEVEL"
+>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"
-><VAR
-CLASS="PARAMETER"
-> log level</VAR
-></A
-> parameter in the <TT
+><TT
CLASS="FILENAME"
-> smb.conf(5)</TT
-> file.</P
+>smb.conf(5)</TT
+></A
+> for more information.
+The default configuration file name is determined at
+compile time.</P
></DD
><DT
->-s &#60;smb.conf&#62;</DT
+>-d|--debug=debuglevel</DT
><DD
><P
->This parameter specifies the pathname to
- the Samba configuration file, <A
+><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"
-> smb.conf(5)</A
->. This file controls all aspects of
- the Samba setup on the machine.</P
+><TT
+CLASS="FILENAME"
+>smb.conf(5)</TT
+></A
+> file.</P
></DD
><DT
->-i &#60;scope&#62;</DT
+>-l|--logfile=logbasename</DT
><DD
><P
->This specifies a NetBIOS scope that
- <B
-CLASS="COMMAND"
->nmblookup</B
-> will use to communicate with when
- generating NetBIOS names. For details on the use of NetBIOS
- scopes, see rfc1001.txt and rfc1002.txt. NetBIOS scopes are
- <SPAN
-CLASS="emphasis"
-><I
-CLASS="EMPHASIS"
->very</I
-></SPAN
-> rarely used, only set this parameter
- if you are the system administrator in charge of all the
- NetBIOS systems you communicate with.</P
+>File name for log/debug files. The extension
+<CODE
+CLASS="CONSTANT"
+>".client"</CODE
+> will be appended. The log file is
+never removed by the client.</P
></DD
><DT
>-T</DT
@@ -303,7 +392,7 @@ CLASS="EMPHASIS"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN121"
+NAME="AEN154"
></A
><H2
>EXAMPLES</H2
@@ -340,7 +429,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN133"
+NAME="AEN166"
></A
><H2
>VERSION</H2
@@ -351,7 +440,7 @@ NAME="AEN133"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN136"
+NAME="AEN169"
></A
><H2
>SEE ALSO</H2
@@ -379,7 +468,7 @@ CLASS="REFENTRYTITLE"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN148"
+NAME="AEN181"
></A
><H2
>AUTHOR</H2