summaryrefslogtreecommitdiff
path: root/docs/htmldocs/smb.conf.5.html
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-02-18 22:14:04 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-02-18 22:14:04 +0000
commitff78c3bf5c3a73cf90f6517d9b2d6b8c12d22d68 (patch)
treededa0311c634bd433278a352e1a9daece40ff0f6 /docs/htmldocs/smb.conf.5.html
parent4668623d62b3a7b133e26dd1397b956c4ddac335 (diff)
downloadsamba-ff78c3bf5c3a73cf90f6517d9b2d6b8c12d22d68.tar.gz
samba-ff78c3bf5c3a73cf90f6517d9b2d6b8c12d22d68.tar.bz2
samba-ff78c3bf5c3a73cf90f6517d9b2d6b8c12d22d68.zip
Regenerate
(This used to be commit 1ab5a3b17feb677425bb1071357c3dbabcc46c7e)
Diffstat (limited to 'docs/htmldocs/smb.conf.5.html')
-rw-r--r--docs/htmldocs/smb.conf.5.html3242
1 files changed, 1860 insertions, 1382 deletions
diff --git a/docs/htmldocs/smb.conf.5.html b/docs/htmldocs/smb.conf.5.html
index 9c1ee7a67b..5a8bfe7d67 100644
--- a/docs/htmldocs/smb.conf.5.html
+++ b/docs/htmldocs/smb.conf.5.html
@@ -1,12 +1,11 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>smb.conf</TITLE
><META
NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
-"></HEAD
+CONTENT="Modular DocBook HTML Stylesheet Version 1.77+"></HEAD
><BODY
CLASS="REFENTRY"
BGCOLOR="#FFFFFF"
@@ -16,7 +15,9 @@ VLINK="#840084"
ALINK="#0000FF"
><H1
><A
-NAME="SMB.CONF">smb.conf</H1
+NAME="SMB.CONF.5"
+></A
+>smb.conf</H1
><DIV
CLASS="REFNAMEDIV"
><A
@@ -36,31 +37,29 @@ NAME="AEN8"
>The <TT
CLASS="FILENAME"
>smb.conf</TT
-> file is a configuration
+> file is a configuration
file for the Samba suite. <TT
CLASS="FILENAME"
>smb.conf</TT
-> contains
- runtime configuration information for the Samba programs. The
- <TT
+> contains
+ runtime configuration information for the Samba programs. The <TT
CLASS="FILENAME"
>smb.conf</TT
-> file is designed to be configured and
- administered by the <A
-HREF="swat.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->swat(8)</B
->
- </A
-> program. The complete description of the file format and
- possible parameters held within are here for reference purposes.</P
+> file
+ is designed to be configured and administered by the <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>swat</SPAN
+>(8)</SPAN
+> program. The complete
+ description of the file format and possible parameters held within
+ are here for reference purposes.</P
></DIV
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN16"
+NAME="AEN17"
></A
><H2
>FILE FORMAT</H2
@@ -110,7 +109,7 @@ CLASS="REPLACEABLE"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN28"
+NAME="AEN29"
></A
><H2
>SECTION DESCRIPTIONS</H2
@@ -123,9 +122,12 @@ NAME="AEN28"
><P
>There are three special sections, [global],
[homes] and [printers], which are
- described under <I
+ described under <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>special sections</I
+></SPAN
>. The
following notes apply to ordinary section descriptions.</P
><P
@@ -139,14 +141,20 @@ CLASS="EMPHASIS"
printable services (used by the client to access print services
on the host running the server).</P
><P
->Sections may be designated <I
+>Sections may be designated <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>guest</I
+></SPAN
> services,
in which case no password is required to access them. A specified
- UNIX <I
+ UNIX <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>guest account</I
+></SPAN
> is used to define access
privileges in this case.</P
><P
@@ -168,68 +176,49 @@ CLASS="FILENAME"
>/home/bar</TT
>.
The share is accessed via the share name "foo":</P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
><PRE
CLASS="SCREEN"
-> <TT
+><TT
CLASS="COMPUTEROUTPUT"
-> [foo]
- path = /home/bar
- read only = no
- </TT
->
- </PRE
-></TD
-></TR
-></TABLE
+>[foo]
+ path = /home/bar
+ read only = no</TT
+></PRE
><P
>The following sample section defines a printable share.
The share is readonly, but printable. That is, the only write
access permitted is via calls to open, write to and close a
- spool file. The <I
+ spool file. The <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>guest ok</I
+></SPAN
> parameter means
access will be permitted as the default guest user (specified
elsewhere):</P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
><PRE
CLASS="SCREEN"
-> <TT
+><TT
CLASS="COMPUTEROUTPUT"
-> [aprinter]
- path = /usr/spool/public
- read only = yes
- printable = yes
- guest ok = yes
- </TT
->
- </PRE
-></TD
-></TR
-></TABLE
+>[aprinter]
+ path = /usr/spool/public
+ read only = yes
+ printable = yes
+ guest ok = yes</TT
+></PRE
></DIV
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN48"
+NAME="AEN49"
></A
><H2
>SPECIAL SECTIONS</H2
><DIV
CLASS="REFSECT2"
><A
-NAME="AEN50"
+NAME="AEN51"
></A
><H3
>The [global] section</H3
@@ -242,7 +231,7 @@ NAME="AEN50"
><DIV
CLASS="REFSECT2"
><A
-NAME="AEN53"
+NAME="AEN54"
></A
><H3
>The [homes] section</H3
@@ -275,9 +264,12 @@ NAME="AEN53"
></LI
></UL
><P
->If you decide to use a <I
+>If you decide to use a <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>path =</I
+></SPAN
> line
in your [homes] section then you may find it useful
to use the %S macro. For example :</P
@@ -306,47 +298,48 @@ CLASS="USERINPUT"
a normal service section can specify, though some make more sense
than others. The following is a typical and suitable [homes]
section:</P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
><PRE
CLASS="SCREEN"
-> <TT
+><TT
CLASS="COMPUTEROUTPUT"
-> [homes]
- read only = no
- </TT
->
- </PRE
-></TD
-></TR
-></TABLE
+>[homes]
+ read only = no</TT
+></PRE
><P
>An important point is that if guest access is specified
in the [homes] section, all home directories will be
- visible to all clients <I
+ visible to all clients <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>without a password</I
+></SPAN
>.
In the very unlikely event that this is actually desirable, it
- would be wise to also specify <I
+ would be wise to also specify <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>read only
access</I
+></SPAN
>.</P
><P
->Note that the <I
+>Note that the <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>browseable</I
+></SPAN
> flag for
auto home directories will be inherited from the global browseable
flag, not the [homes] browseable flag. This is useful as
- it means setting <I
+ it means setting <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>browseable = no</I
+></SPAN
> in
the [homes] section will hide the [homes] share but make
any auto home directories visible.</P
@@ -354,7 +347,7 @@ CLASS="EMPHASIS"
><DIV
CLASS="REFSECT2"
><A
-NAME="AEN79"
+NAME="AEN80"
></A
><H3
>The [printers] section</H3
@@ -406,48 +399,27 @@ NAME="AEN79"
world-writeable spool directory with the sticky bit set on
it. A typical [printers] entry would look like
this:</P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
><PRE
CLASS="SCREEN"
><TT
CLASS="COMPUTEROUTPUT"
-> [printers]
- path = /usr/spool/public
- guest ok = yes
- printable = yes
- </TT
+>[printers]
+ path = /usr/spool/public
+ guest ok = yes
+ printable = yes </TT
></PRE
-></TD
-></TR
-></TABLE
><P
>All aliases given for a printer in the printcap file
are legitimate printer names as far as the server is concerned.
If your printing subsystem doesn't work like that, you will have
to set up a pseudo-printcap. This is a file consisting of one or
more lines like this:</P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
><PRE
CLASS="SCREEN"
-> <TT
+><TT
CLASS="COMPUTEROUTPUT"
-> alias|alias|alias|alias...
- </TT
->
- </PRE
-></TD
-></TR
-></TABLE
+>alias|alias|alias|alias... </TT
+></PRE
><P
>Each alias should be an acceptable printer name for
your printing subsystem. In the [global] section, specify
@@ -471,7 +443,7 @@ CLASS="COMPUTEROUTPUT"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN102"
+NAME="AEN103"
></A
><H2
>PARAMETERS</H2
@@ -479,29 +451,44 @@ NAME="AEN102"
>parameters define the specific attributes of sections.</P
><P
>Some parameters are specific to the [global] section
- (e.g., <I
+ (e.g., <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>security</I
+></SPAN
>). Some parameters are usable
- in all sections (e.g., <I
+ in all sections (e.g., <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>create mode</I
+></SPAN
>). All others
are permissible only in normal sections. For the purposes of the
following descriptions the [homes] and [printers]
- sections will be considered normal. The letter <I
+ sections will be considered normal. The letter <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>G</I
+></SPAN
>
in parentheses indicates that a parameter is specific to the
- [global] section. The letter <I
+ [global] section. The letter <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>S</I
+></SPAN
>
indicates that a parameter can be specified in a service specific
- section. Note that all <I
+ section. Note that all <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>S</I
+></SPAN
> parameters can also be specified in
the [global] section - in which case they will define
the default behavior for all services.</P
@@ -514,7 +501,7 @@ CLASS="EMPHASIS"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN112"
+NAME="AEN113"
></A
><H2
>VARIABLE SUBSTITUTIONS</H2
@@ -691,9 +678,12 @@ CLASS="VARIABLELIST"
><P
>the name of your NIS home directory server.
This is obtained from your NIS auto.map entry. If you have
- not compiled Samba with the <I
+ not compiled Samba with the <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>--with-automount</I
+></SPAN
>
option then this value will be the same as %L.</P
></DD
@@ -714,7 +704,7 @@ CLASS="EMPHASIS"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN205"
+NAME="AEN206"
></A
><H2
>NAME MANGLING</H2
@@ -743,9 +733,12 @@ CLASS="VARIABLELIST"
> controls if names that have characters that
aren't of the "default" case are mangled. For example,
if this is yes then a name like "Mail" would be mangled.
- Default <I
+ Default <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no</I
+></SPAN
>.</P
></DD
><DT
@@ -754,9 +747,12 @@ CLASS="EMPHASIS"
><P
>controls whether filenames are case sensitive. If
they aren't then Samba must do a filename search and match on passed
- names. Default <I
+ names. Default <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no</I
+></SPAN
>.</P
></DD
><DT
@@ -764,9 +760,12 @@ CLASS="EMPHASIS"
><DD
><P
>controls what the default case is for new
- filenames. Default <I
+ filenames. Default <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>lower</I
+></SPAN
>.</P
></DD
><DT
@@ -775,9 +774,12 @@ CLASS="EMPHASIS"
><P
>controls if new files are created with the
case that the client passes, or if they are forced to be the
- "default" case. Default <I
+ "default" case. Default <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>yes</I
+></SPAN
>.
</P
></DD
@@ -790,9 +792,12 @@ CLASS="EMPHASIS"
upper case, or if they are forced to be the "default"
case. This option can be use with "preserve case = yes"
to permit long filenames to retain their case, while short names
- are lowercased. Default <I
+ are lowercased. Default <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>yes</I
+></SPAN
>.</P
></DD
></DL
@@ -804,7 +809,7 @@ CLASS="EMPHASIS"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN238"
+NAME="AEN239"
></A
><H2
>NOTE ABOUT USERNAME/PASSWORD VALIDATION</H2
@@ -882,7 +887,7 @@ CLASS="FILENAME"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN257"
+NAME="AEN258"
></A
><H2
>COMPLETE LIST OF GLOBAL PARAMETERS</H2
@@ -3177,7 +3182,7 @@ CLASS="PARAMETER"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN1021"
+NAME="AEN1022"
></A
><H2
>COMPLETE LIST OF SERVICE PARAMETERS</H2
@@ -4692,7 +4697,7 @@ CLASS="PARAMETER"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN1525"
+NAME="AEN1526"
></A
><H2
>EXPLANATION OF EACH PARAMETER</H2
@@ -4705,22 +4710,23 @@ CLASS="VARIABLELIST"
><A
NAME="ABORTSHUTDOWNSCRIPT"
></A
->abort shutdown script (G)</DT
+>&#62;abort shutdown script (G)</DT
><DD
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>This parameter only exists in the HEAD cvs branch</I
+></SPAN
>
- This a full path name to a script called by
- <A
-HREF="smbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbd(8)</B
-></A
-> that
+ This a full path name to a script called by <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> that
should stop a shutdown procedure issued by the <A
HREF="#SHUTDOWNSCRIPT"
><TT
@@ -4733,9 +4739,12 @@ CLASS="PARAMETER"
><P
>This command will be run as user.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>None</I
+></SPAN
>.</P
><P
>Example: <B
@@ -4747,7 +4756,7 @@ CLASS="COMMAND"
><A
NAME="ADDPRINTERCOMMAND"
></A
->addprinter command (G)</DT
+>&#62;addprinter command (G)</DT
><DD
><P
>With the introduction of MS-RPC based printing
@@ -4771,14 +4780,12 @@ CLASS="PARAMETER"
CLASS="FILENAME"
>smb.conf</TT
> file in order that it can be
- shared by <A
-HREF="smbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbd(8)</B
->
- </A
+ shared by <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
>.</P
><P
>The <TT
@@ -4788,7 +4795,7 @@ CLASS="PARAMETER"
></TT
> is
automatically invoked with the following parameter (in
- order:</P
+ order):</P
><P
></P
><UL
@@ -4902,9 +4909,12 @@ CLASS="PARAMETER"
></A
></P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none</I
+></SPAN
></P
><P
>Example: <B
@@ -4917,7 +4927,7 @@ CLASS="COMMAND"
><A
NAME="ADDSHARECOMMAND"
></A
->add share command (G)</DT
+>&#62;add share command (G)</DT
><DD
><P
>Samba 2.2.0 introduced the ability to dynamically
@@ -5043,9 +5053,12 @@ CLASS="PARAMETER"
>.
</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none</I
+></SPAN
></P
><P
>Example: <B
@@ -5057,15 +5070,17 @@ CLASS="COMMAND"
><A
NAME="ADDMACHINESCRIPT"
></A
->add machine script (G)</DT
+>&#62;add machine script (G)</DT
><DD
><P
>This is the full pathname to a script that will
- be run by <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
-> when a machine is added
+ be run by <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> when a machine is added
to it's domain using the administrator username and password method. </P
><P
>This option is only required when using sam back-ends tied to the
@@ -5074,7 +5089,7 @@ TARGET="_top"
><P
>Default: <B
CLASS="COMMAND"
->add machine script = &#60;empty string&#62;
+>add machine script = &lt;empty string&gt;
</B
></P
><P
@@ -5088,7 +5103,7 @@ CLASS="COMMAND"
><A
NAME="ADSSERVER"
></A
->ads server (G)</DT
+>&#62;ads server (G)</DT
><DD
><P
>If this option is specified, samba does
@@ -5110,18 +5125,22 @@ CLASS="COMMAND"
><A
NAME="ADDUSERSCRIPT"
></A
->add user script (G)</DT
+>&#62;add user script (G)</DT
><DD
><P
>This is the full pathname to a script that will
- be run <I
+ be run <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>AS ROOT</I
-> by <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)
- </A
+></SPAN
+> by <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> under special circumstances described below.</P
><P
>Normally, a Samba server requires that UNIX users are
@@ -5133,19 +5152,26 @@ HREF="smbd.8.html"
TARGET="_top"
>smbd</A
> to create the required UNIX users
- <I
+ <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>ON DEMAND</I
+></SPAN
> when a user accesses the Samba server.</P
><P
->In order to use this option, <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd</A
->
- must <I
+>In order to use this option, <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> must <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>NOT</I
+></SPAN
> be set to <TT
CLASS="PARAMETER"
><I
@@ -5168,10 +5194,12 @@ CLASS="PARAMETER"
the UNIX user name to create.</P
><P
>When the Windows user attempts to access the Samba server,
- at login (session setup in the SMB protocol) time, <A
-HREF="smbd.8.html"
-TARGET="_top"
-> smbd</A
+ at login (session setup in the SMB protocol) time, <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> contacts the <TT
CLASS="PARAMETER"
><I
@@ -5194,9 +5222,12 @@ CLASS="PARAMETER"
CLASS="COMMAND"
>smbd</B
> will
- call the specified script <I
+ call the specified script <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>AS ROOT</I
+></SPAN
>, expanding
any <TT
CLASS="PARAMETER"
@@ -5243,7 +5274,7 @@ CLASS="PARAMETER"
><P
>Default: <B
CLASS="COMMAND"
->add user script = &#60;empty string&#62;
+>add user script = &lt;empty string&gt;
</B
></P
><P
@@ -5257,17 +5288,22 @@ CLASS="COMMAND"
><A
NAME="ADDGROUPSCRIPT"
></A
->add group script (G)</DT
+>&#62;add group script (G)</DT
><DD
><P
>This is the full pathname to a script that will
- be run <I
+ be run <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>AS ROOT</I
-> by <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
+></SPAN
+> by <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> when a new group is
requested. It will expand any
<TT
@@ -5288,7 +5324,7 @@ CLASS="PARAMETER"
><A
NAME="ADMINUSERS"
></A
->admin users (S)</DT
+>&#62;admin users (S)</DT
><DD
><P
>This is a list of users who will be granted
@@ -5299,9 +5335,12 @@ NAME="ADMINUSERS"
this list will be able to do anything they like on the share,
irrespective of file permissions.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no admin users</I
+></SPAN
></P
><P
>Example: <B
@@ -5313,32 +5352,36 @@ CLASS="COMMAND"
><A
NAME="ADDUSERTOGROUPSCRIPT"
></A
->add user to group script (G)</DT
+>&#62;add user to group script (G)</DT
><DD
><P
>Full path to the script that will be called when
a user is added to a group using the Windows NT domain administration
- tools. It will be run by <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
->
- <I
+ tools. It will be run by <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>AS ROOT</I
->. Any <TT
+></SPAN
+>.
+ Any <TT
CLASS="PARAMETER"
><I
>%g</I
></TT
-> will be
- replaced with the group name and any <TT
+> will be replaced with the group name and
+ any <TT
CLASS="PARAMETER"
><I
>%u</I
></TT
-> will
- be replaced with the user name.
+> will be replaced with the user name.
</P
><P
>Default: <B
@@ -5355,7 +5398,7 @@ CLASS="COMMAND"
><A
NAME="ALLOWHOSTS"
></A
->allow hosts (S)</DT
+>&#62;allow hosts (S)</DT
><DD
><P
>Synonym for <A
@@ -5372,7 +5415,7 @@ CLASS="PARAMETER"
><A
NAME="ALGORITHMICRIDBASE"
></A
->algorithmic rid base (G)</DT
+>&#62;algorithmic rid base (G)</DT
><DD
><P
>This determines how Samba will use its
@@ -5404,7 +5447,7 @@ CLASS="COMMAND"
><A
NAME="ALLOWTRUSTEDDOMAINS"
></A
->allow trusted domains (G)</DT
+>&#62;allow trusted domains (G)</DT
><DD
><P
>This option only takes effect when the <A
@@ -5450,19 +5493,16 @@ CLASS="COMMAND"
><A
NAME="ANNOUNCEAS"
></A
->announce as (G)</DT
+>&#62;announce as (G)</DT
><DD
><P
->This specifies what type of server
- <A
-HREF="nmbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->nmbd</B
-></A
->
- will announce itself as, to a network neighborhood browse
+>This specifies what type of server <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>nmbd</SPAN
+>(8)</SPAN
+> will announce itself as, to a network neighborhood browse
list. By default this is set to Windows NT. The valid options
are : "NT Server" (which can also be written as "NT"),
"NT Workstation", "Win95" or "WfW" meaning Windows NT Server,
@@ -5486,7 +5526,7 @@ CLASS="COMMAND"
><A
NAME="ANNOUNCEVERSION"
></A
->announce version (G)</DT
+>&#62;announce version (G)</DT
><DD
><P
>This specifies the major and minor version numbers
@@ -5508,7 +5548,7 @@ CLASS="COMMAND"
><A
NAME="AUTOSERVICES"
></A
->auto services (G)</DT
+>&#62;auto services (G)</DT
><DD
><P
>This is a synonym for the <A
@@ -5525,7 +5565,7 @@ CLASS="PARAMETER"
><A
NAME="AUTHMETHODS"
></A
->auth methods (G)</DT
+>&#62;auth methods (G)</DT
><DD
><P
>This option allows the administrator to chose what
@@ -5550,7 +5590,7 @@ CLASS="PARAMETER"
><P
>Default: <B
CLASS="COMMAND"
->auth methods = &#60;empty string&#62;</B
+>auth methods = &lt;empty string&gt;</B
></P
><P
>Example: <B
@@ -5562,7 +5602,7 @@ CLASS="COMMAND"
><A
NAME="AVAILABLE"
></A
->available (S)</DT
+>&#62;available (S)</DT
><DD
><P
>This parameter lets you "turn off" a service. If
@@ -5571,9 +5611,12 @@ CLASS="PARAMETER"
><I
>available = no</I
></TT
->, then <I
+>, then <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>ALL</I
+></SPAN
>
attempts to connect to the service will fail. Such failures are
logged.</P
@@ -5587,22 +5630,24 @@ CLASS="COMMAND"
><A
NAME="BINDINTERFACESONLY"
></A
->bind interfaces only (G)</DT
+>&#62;bind interfaces only (G)</DT
><DD
><P
>This global parameter allows the Samba admin
to limit what interfaces on a machine will serve SMB requests. It
- affects file service <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
-> and
- name service <A
-HREF="nmbd.8.html"
-TARGET="_top"
->nmbd(8)</A
-> in slightly
- different ways.</P
+ affects file service <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> and name service <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>nmbd</SPAN
+>(8)</SPAN
+> in a slightly different ways.</P
><P
>For name service it causes <B
CLASS="COMMAND"
@@ -5657,12 +5702,14 @@ CLASS="COMMAND"
>nmbd</B
>.</P
><P
->For file service it causes <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
->
- to bind only to the interface list given in the <A
+>For file service it causes <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> to bind only to the interface list
+ given in the <A
HREF="#INTERFACES"
> interfaces</A
> parameter. This restricts the networks that
@@ -5680,40 +5727,42 @@ CLASS="PARAMETER"
>bind interfaces only</I
></TT
> is set then
- unless the network address <I
+ unless the network address <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>127.0.0.1</I
+></SPAN
> is added
to the <TT
CLASS="PARAMETER"
><I
>interfaces</I
></TT
-> parameter list <A
-HREF="smbpasswd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbpasswd(8)</B
-></A
->
- and <A
-HREF="swat.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->swat(8)</B
-></A
-> may
- not work as expected due to the reasons covered below.</P
+> parameter list <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbpasswd</SPAN
+>(8)</SPAN
+> and <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>swat</SPAN
+>(8)</SPAN
+> may not work as expected due to the reasons covered below.</P
><P
>To change a users SMB password, the <B
CLASS="COMMAND"
>smbpasswd</B
>
- by default connects to the <I
+ by default connects to the <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>localhost - 127.0.0.1</I
+></SPAN
>
address as an SMB client to issue the password change request. If
<TT
@@ -5722,9 +5771,12 @@ CLASS="PARAMETER"
>bind interfaces only</I
></TT
> is set then unless the
- network address <I
+ network address <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>127.0.0.1</I
+></SPAN
> is added to the
<TT
CLASS="PARAMETER"
@@ -5739,10 +5791,13 @@ CLASS="COMMAND"
CLASS="COMMAND"
>smbpasswd</B
> can be forced to use the primary IP interface
- of the local host by using its <A
-HREF="smbpasswd.8.html#minusr"
-TARGET="_top"
-> <TT
+ of the local host by using its <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbpasswd</SPAN
+>(8)</SPAN
+> <TT
CLASS="PARAMETER"
><I
>-r <TT
@@ -5753,8 +5808,7 @@ CLASS="REPLACEABLE"
></I
></TT
>
- </A
-> parameter, with <TT
+ parameter, with <TT
CLASS="REPLACEABLE"
><I
>remote machine</I
@@ -5773,13 +5827,19 @@ CLASS="COMMAND"
CLASS="COMMAND"
>nmbd</B
> at the address
- <I
+ <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>127.0.0.1</I
+></SPAN
> to determine if they are running.
- Not adding <I
+ Not adding <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>127.0.0.1</I
+></SPAN
> will cause <B
CLASS="COMMAND"
> smbd</B
@@ -5808,13 +5868,16 @@ CLASS="COMMAND"
><A
NAME="BLOCKINGLOCKS"
></A
->blocking locks (S)</DT
+>&#62;blocking locks (S)</DT
><DD
><P
->This parameter controls the behavior of <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
+>This parameter controls the behavior
+ of <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> when given a request by a client
to obtain a byte range lock on a region of an open file, and the
request has a time limit associated with it.</P
@@ -5841,14 +5904,15 @@ CLASS="COMMAND"
><A
NAME="BLOCKSIZE"
></A
->block size (S)</DT
+>&#62;block size (S)</DT
><DD
><P
->This parameter controls the behavior of
- <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
+>This parameter controls the behavior of <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> when reporting disk free
sizes. By default, this reports a disk block size of 1024 bytes.
</P
@@ -5863,22 +5927,12 @@ TARGET="_top"
><P
>Changing this option does not change the disk free reporting
size, just the block size unit reported to the client.</P
-><P
->Default: <B
-CLASS="COMMAND"
->block size = 1024</B
-></P
-><P
->Example: <B
-CLASS="COMMAND"
->block size = 65536</B
-></P
></DD
><DT
><A
NAME="BROWSABLE"
></A
->browsable (S)</DT
+>&#62;browsable (S)</DT
><DD
><P
>See the <A
@@ -5895,16 +5949,15 @@ CLASS="PARAMETER"
><A
NAME="BROWSELIST"
></A
->browse list (G)</DT
+>&#62;browse list (G)</DT
><DD
><P
->This controls whether <A
-HREF="smbd.8.html"
-TARGET="_top"
-> <B
-CLASS="COMMAND"
->smbd(8)</B
-></A
+>This controls whether <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> will serve a browse list to
a client doing a <B
CLASS="COMMAND"
@@ -5925,7 +5978,7 @@ CLASS="COMMAND"
><A
NAME="BROWSEABLE"
></A
->browseable (S)</DT
+>&#62;browseable (S)</DT
><DD
><P
>This controls whether this share is seen in
@@ -5940,11 +5993,11 @@ CLASS="COMMAND"
><A
NAME="CASESENSITIVE"
></A
->case sensitive (S)</DT
+>&#62;case sensitive (S)</DT
><DD
><P
>See the discussion in the section <A
-HREF="#AEN205"
+HREF="#AEN206"
>NAME MANGLING</A
>.</P
><P
@@ -5957,7 +6010,7 @@ CLASS="COMMAND"
><A
NAME="CASESIGNAMES"
></A
->casesignames (S)</DT
+>&#62;casesignames (S)</DT
><DD
><P
>Synonym for <A
@@ -5970,19 +6023,18 @@ HREF="#CASESENSITIVE"
><A
NAME="CHANGENOTIFYTIMEOUT"
></A
->change notify timeout (G)</DT
+>&#62;change notify timeout (G)</DT
><DD
><P
>This SMB allows a client to tell a server to
"watch" a particular directory for any changes and only reply to
the SMB request when a change has occurred. Such constant scanning of
- a directory is expensive under UNIX, hence an <A
-HREF="smbd.8.html"
-TARGET="_top"
-> <B
-CLASS="COMMAND"
->smbd(8)</B
-></A
+ a directory is expensive under UNIX, hence an <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> daemon only performs such a scan
on each requested directory once every <TT
CLASS="PARAMETER"
@@ -6008,7 +6060,7 @@ CLASS="COMMAND"
><A
NAME="CHANGESHARECOMMAND"
></A
->change share command (G)</DT
+>&#62;change share command (G)</DT
><DD
><P
>Samba 2.2.0 introduced the ability to dynamically
@@ -6125,9 +6177,12 @@ CLASS="PARAMETER"
>.
</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none</I
+></SPAN
></P
><P
>Example: <B
@@ -6139,7 +6194,7 @@ CLASS="COMMAND"
><A
NAME="COMMENT"
></A
->comment (S)</DT
+>&#62;comment (S)</DT
><DD
><P
>This is a text field that is seen next to a share
@@ -6161,9 +6216,12 @@ CLASS="PARAMETER"
></A
> parameter.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>No comment string</I
+></SPAN
></P
><P
>Example: <B
@@ -6175,7 +6233,7 @@ CLASS="COMMAND"
><A
NAME="CONFIGFILE"
></A
->config file (G)</DT
+>&#62;config file (G)</DT
><DD
><P
>This allows you to override the config file
@@ -6207,7 +6265,7 @@ CLASS="COMMAND"
><A
NAME="COPY"
></A
->copy (S)</DT
+>&#62;copy (S)</DT
><DD
><P
>This parameter allows you to "clone" service
@@ -6220,9 +6278,12 @@ NAME="COPY"
copied must occur earlier in the configuration file than the
service doing the copying.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no value</I
+></SPAN
></P
><P
>Example: <B
@@ -6234,7 +6295,7 @@ CLASS="COMMAND"
><A
NAME="CREATEMASK"
></A
->create mask (S)</DT
+>&#62;create mask (S)</DT
><DD
><P
>A synonym for this parameter is
@@ -6253,9 +6314,12 @@ CLASS="PARAMETER"
calculated according to the mapping from DOS modes to UNIX
permissions, and the resulting UNIX mode is then bit-wise 'AND'ed
with this parameter. This parameter may be thought of as a bit-wise
- MASK for the UNIX modes of a file. Any bit <I
+ MASK for the UNIX modes of a file. Any bit <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>not</I
+></SPAN
>
set here will be removed from the modes set on a file when it is
created.</P
@@ -6342,7 +6406,7 @@ CLASS="COMMAND"
><A
NAME="CREATEMODE"
></A
->create mode (S)</DT
+>&#62;create mode (S)</DT
><DD
><P
>This is a synonym for <A
@@ -6359,13 +6423,16 @@ CLASS="PARAMETER"
><A
NAME="CSCPOLICY"
></A
->csc policy (S)</DT
+>&#62;csc policy (S)</DT
><DD
><P
->This stands for <I
+>This stands for <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>client-side caching
policy</I
+></SPAN
>, and specifies how clients capable of offline
caching will cache the files in the share. The valid values
are: manual, documents, programs, disable.</P
@@ -6394,7 +6461,7 @@ CLASS="COMMAND"
><A
NAME="DEADTIME"
></A
->deadtime (G)</DT
+>&#62;deadtime (G)</DT
><DD
><P
>The value of the parameter (a decimal integer)
@@ -6429,7 +6496,7 @@ CLASS="COMMAND"
><A
NAME="DEBUGHIRESTIMESTAMP"
></A
->debug hires timestamp (G)</DT
+>&#62;debug hires timestamp (G)</DT
><DD
><P
>Sometimes the timestamps in the log messages
@@ -6457,7 +6524,7 @@ CLASS="COMMAND"
><A
NAME="DEBUGPID"
></A
->debug pid (G)</DT
+>&#62;debug pid (G)</DT
><DD
><P
>When using only one log file for more then one
@@ -6489,7 +6556,7 @@ CLASS="COMMAND"
><A
NAME="DEBUGTIMESTAMP"
></A
->debug timestamp (G)</DT
+>&#62;debug timestamp (G)</DT
><DD
><P
>Samba debug log messages are timestamped
@@ -6514,7 +6581,7 @@ CLASS="COMMAND"
><A
NAME="DEBUGUID"
></A
->debug uid (G)</DT
+>&#62;debug uid (G)</DT
><DD
><P
>Samba is sometimes run as root and sometime
@@ -6542,7 +6609,7 @@ CLASS="COMMAND"
><A
NAME="DEBUGLEVEL"
></A
->debuglevel (G)</DT
+>&#62;debuglevel (G)</DT
><DD
><P
>Synonym for <A
@@ -6559,7 +6626,7 @@ CLASS="PARAMETER"
><A
NAME="DEFAULT"
></A
->default (G)</DT
+>&#62;default (G)</DT
><DD
><P
>A synonym for <A
@@ -6576,11 +6643,11 @@ CLASS="PARAMETER"
><A
NAME="DEFAULTCASE"
></A
->default case (S)</DT
+>&#62;default case (S)</DT
><DD
><P
>See the section on <A
-HREF="#AEN205"
+HREF="#AEN206"
> NAME MANGLING</A
>. Also note the <A
HREF="#SHORTPRESERVECASE"
@@ -6601,7 +6668,7 @@ CLASS="COMMAND"
><A
NAME="DEFAULTDEVMODE"
></A
->default devmode (S)</DT
+>&#62;default devmode (S)</DT
><DD
><P
>This parameter is only applicable to <A
@@ -6652,14 +6719,17 @@ CLASS="COMMAND"
><A
NAME="DEFAULTSERVICE"
></A
->default service (G)</DT
+>&#62;default service (G)</DT
><DD
><P
>This parameter specifies the name of a service
which will be connected to if the service actually requested cannot
- be found. Note that the square brackets are <I
+ be found. Note that the square brackets are <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>NOT</I
+></SPAN
>
given in the parameter value (see example below).</P
><P
@@ -6701,53 +6771,50 @@ CLASS="PARAMETER"
><P
>Example:</P
><P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="90%"
-><TR
-><TD
><PRE
CLASS="PROGRAMLISTING"
>[global]
default service = pub
[pub]
- path = /%S
- </PRE
-></TD
-></TR
-></TABLE
+ path = /%S</PRE
></P
></DD
><DT
><A
NAME="DELETEGROUPSCRIPT"
></A
->delete group script (G)</DT
+>&#62;delete group script (G)</DT
><DD
><P
>This is the full pathname to a script that will
- be run <I
+ be run <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>AS ROOT</I
-> by <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
-> when a group is requested to be deleted. It will expand any <TT
+></SPAN
+> <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> when a group is requested to be deleted.
+ It will expand any <TT
CLASS="PARAMETER"
><I
>%g</I
></TT
-> to the group name passed. This script is only useful for installations using the Windows NT domain administration tools.
+> to the group name passed.
+ This script is only useful for installations using the Windows NT domain administration tools.
</P
></DD
><DT
><A
NAME="DELETEPRINTERCOMMAND"
></A
->deleteprinter command (G)</DT
+>&#62;deleteprinter command (G)</DT
><DD
><P
>With the introduction of MS-RPC based printer
@@ -6829,9 +6896,12 @@ CLASS="PARAMETER"
></A
></P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none</I
+></SPAN
></P
><P
>Example: <B
@@ -6844,7 +6914,7 @@ CLASS="COMMAND"
><A
NAME="DELETEREADONLY"
></A
->delete readonly (S)</DT
+>&#62;delete readonly (S)</DT
><DD
><P
>This parameter allows readonly files to be deleted.
@@ -6863,7 +6933,7 @@ CLASS="COMMAND"
><A
NAME="DELETESHARECOMMAND"
></A
->delete share command (G)</DT
+>&#62;delete share command (G)</DT
><DD
><P
>Samba 2.2.0 introduced the ability to dynamically
@@ -6967,9 +7037,12 @@ CLASS="PARAMETER"
>.
</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none</I
+></SPAN
></P
><P
>Example: <B
@@ -6981,19 +7054,18 @@ CLASS="COMMAND"
><A
NAME="DELETEUSERSCRIPT"
></A
->delete user script (G)</DT
+>&#62;delete user script (G)</DT
><DD
><P
>This is the full pathname to a script that will
- be run by <A
-HREF="smbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbd(8)</B
-></A
->
- when managing user's with remote RPC (NT) tools.
+ be run by <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> when managing users
+ with remote RPC (NT) tools.
</P
><P
>This script is called when a remote client removes a user
@@ -7009,7 +7081,7 @@ CLASS="COMMAND"
><P
>Default: <B
CLASS="COMMAND"
->delete user script = &#60;empty string&#62;
+>delete user script = &lt;empty string&gt;
</B
></P
><P
@@ -7023,32 +7095,36 @@ CLASS="COMMAND"
><A
NAME="DELETEUSERFROMGROUPSCRIPT"
></A
->delete user from group script (G)</DT
+>&#62;delete user from group script (G)</DT
><DD
><P
>Full path to the script that will be called when
a user is removed from a group using the Windows NT domain administration
- tools. It will be run by <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
->
- <I
+ tools. It will be run by <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>AS ROOT</I
->. Any <TT
+></SPAN
+>.
+ Any <TT
CLASS="PARAMETER"
><I
>%g</I
></TT
-> will be
- replaced with the group name and any <TT
+> will be replaced with the group name and
+ any <TT
CLASS="PARAMETER"
><I
>%u</I
></TT
-> will
- be replaced with the user name.
+> will be replaced with the user name.
</P
><P
>Default: <B
@@ -7065,7 +7141,7 @@ CLASS="COMMAND"
><A
NAME="DELETEVETOFILES"
></A
->delete veto files (S)</DT
+>&#62;delete veto files (S)</DT
><DD
><P
>This option is used when Samba is attempting to
@@ -7126,7 +7202,7 @@ CLASS="COMMAND"
><A
NAME="DENYHOSTS"
></A
->deny hosts (S)</DT
+>&#62;deny hosts (S)</DT
><DD
><P
>Synonym for <A
@@ -7144,7 +7220,7 @@ CLASS="PARAMETER"
><A
NAME="DFREECOMMAND"
></A
->dfree command (G)</DT
+>&#62;dfree command (G)</DT
><DD
><P
>The <TT
@@ -7175,17 +7251,23 @@ CLASS="FILENAME"
third return value can give the block size in bytes. The default
blocksize is 1024 bytes.</P
><P
->Note: Your script should <I
+>Note: Your script should <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>NOT</I
+></SPAN
> be setuid or
setgid and should be owned by (and writeable only by) root!</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>By default internal routines for
determining the disk capacity and remaining space will be used.
</I
+></SPAN
></P
><P
>Example: <B
@@ -7196,40 +7278,20 @@ CLASS="COMMAND"
><P
>Where the script dfree (which must be made executable) could be:</P
><P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="90%"
-><TR
-><TD
><PRE
CLASS="PROGRAMLISTING"
>
- #!/bin/sh
- df $1 | tail -1 | awk '{print $2" "$4}'
- </PRE
-></TD
-></TR
-></TABLE
+#!/bin/sh
+df $1 | tail -1 | awk '{print $2" "$4}'</PRE
></P
><P
>or perhaps (on Sys V based systems):</P
><P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="90%"
-><TR
-><TD
><PRE
CLASS="PROGRAMLISTING"
>
- #!/bin/sh
- /usr/bin/df -k $1 | tail -1 | awk '{print $3" "$5}'
- </PRE
-></TD
-></TR
-></TABLE
+#!/bin/sh
+/usr/bin/df -k $1 | tail -1 | awk '{print $3" "$5}'</PRE
></P
><P
>Note that you may have to replace the command names
@@ -7239,7 +7301,7 @@ CLASS="PROGRAMLISTING"
><A
NAME="DIRECTORY"
></A
->directory (S)</DT
+>&#62;directory (S)</DT
><DD
><P
>Synonym for <A
@@ -7257,7 +7319,7 @@ CLASS="PARAMETER"
><A
NAME="DIRECTORYMASK"
></A
->directory mask (S)</DT
+>&#62;directory mask (S)</DT
><DD
><P
>This parameter is the octal modes which are
@@ -7268,9 +7330,12 @@ NAME="DIRECTORYMASK"
calculated according to the mapping from DOS modes to UNIX permissions,
and the resulting UNIX mode is then bit-wise 'AND'ed with this
parameter. This parameter may be thought of as a bit-wise MASK for
- the UNIX modes of a directory. Any bit <I
+ the UNIX modes of a directory. Any bit <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>not</I
+></SPAN
> set
here will be removed from the modes set on a directory when it is
created.</P
@@ -7361,7 +7426,7 @@ CLASS="COMMAND"
><A
NAME="DIRECTORYMODE"
></A
->directory mode (S)</DT
+>&#62;directory mode (S)</DT
><DD
><P
>Synonym for <A
@@ -7378,7 +7443,7 @@ CLASS="PARAMETER"
><A
NAME="DIRECTORYSECURITYMASK"
></A
->directory security mask (S)</DT
+>&#62;directory security mask (S)</DT
><DD
><P
>This parameter controls what UNIX permission bits
@@ -7396,9 +7461,12 @@ NAME="DIRECTORYSECURITYMASK"
meaning a user is allowed to modify all the user/group/world
permissions on a directory.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note</I
+></SPAN
> that users who can access the
Samba server through other means can easily bypass this restriction,
so it is primarily useful for standalone "appliance" systems.
@@ -7450,7 +7518,7 @@ CLASS="COMMAND"
><A
NAME="DISABLENETBIOS"
></A
->disable netbios (G)</DT
+>&#62;disable netbios (G)</DT
><DD
><P
>Enabling this parameter will disable netbios support
@@ -7475,7 +7543,7 @@ CLASS="COMMAND"
><A
NAME="DISABLESPOOLSS"
></A
->disable spoolss (G)</DT
+>&#62;disable spoolss (G)</DT
><DD
><P
>Enabling this parameter will disable Samba's support
@@ -7487,9 +7555,12 @@ NAME="DISABLESPOOLSS"
Wizard or by using the NT printer properties dialog window. It will
also disable the capability of Windows NT/2000 clients to download
print drivers from the Samba host upon demand.
- <I
+ <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>Be very careful about enabling this parameter.</I
+></SPAN
>
</P
><P
@@ -7508,7 +7579,7 @@ CLASS="COMMAND"
><A
NAME="DISPLAYCHARSET"
></A
->display charset (G)</DT
+>&#62;display charset (G)</DT
><DD
><P
>Specifies the charset that samba will use
@@ -7533,18 +7604,19 @@ CLASS="COMMAND"
><A
NAME="DNSPROXY"
></A
->dns proxy (G)</DT
+>&#62;dns proxy (G)</DT
><DD
><P
->Specifies that <A
-HREF="nmbd.8.html"
-TARGET="_top"
->nmbd(8)</A
->
- when acting as a WINS server and finding that a NetBIOS name has not
- been registered, should treat the NetBIOS name word-for-word as a DNS
- name and do a lookup with the DNS server for that name on behalf of
- the name-querying client.</P
+>Specifies that <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>nmbd</SPAN
+>(8)</SPAN
+> when acting as a WINS server and
+ finding that a NetBIOS name has not been registered, should treat the
+ NetBIOS name word-for-word as a DNS name and do a lookup with the DNS server
+ for that name on behalf of the name-querying client.</P
><P
>Note that the maximum length for a NetBIOS name is 15
characters, so the DNS name (or DNS alias) can likewise only be
@@ -7576,7 +7648,7 @@ CLASS="COMMAND"
><A
NAME="DOMAINLOGONS"
></A
->domain logons (G)</DT
+>&#62;domain logons (G)</DT
><DD
><P
>If set to <TT
@@ -7609,16 +7681,15 @@ CLASS="COMMAND"
><A
NAME="DOMAINMASTER"
></A
->domain master (G)</DT
+>&#62;domain master (G)</DT
><DD
><P
->Tell <A
-HREF="nmbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
-> nmbd(8)</B
-></A
+>Tell <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> to enable WAN-wide browse list
collation. Setting this option causes <B
CLASS="COMMAND"
@@ -7644,18 +7715,16 @@ CLASS="PARAMETER"
CLASS="COMMAND"
>nmbd</B
> their local browse lists,
- and then ask <A
-HREF="smbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbd(8)</B
-></A
->
- for a complete copy of the browse list for the whole wide area
- network. Browser clients will then contact their local master browser,
- and will receive the domain-wide browse list, instead of just the list
- for their broadcast-isolated subnet.</P
+ and then ask <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> for a complete copy of the browse
+ list for the whole wide area network. Browser clients will then contact
+ their local master browser, and will receive the domain-wide browse list,
+ instead of just the list for their broadcast-isolated subnet.</P
><P
>Note that Windows NT Primary Domain Controllers expect to be
able to claim this <TT
@@ -7721,7 +7790,7 @@ CLASS="COMMAND"
><A
NAME="DONTDESCEND"
></A
->dont descend (S)</DT
+>&#62;dont descend (S)</DT
><DD
><P
>There are certain directories on some systems
@@ -7743,10 +7812,13 @@ CLASS="FILENAME"
>.
Experimentation is the best policy :-) </P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none (i.e., all directories are OK
to descend)</I
+></SPAN
></P
><P
>Example: <B
@@ -7758,7 +7830,7 @@ CLASS="COMMAND"
><A
NAME="DOSCHARSET"
></A
->dos charset (G)</DT
+>&#62;dos charset (G)</DT
><DD
><P
>DOS SMB clients assume the server has
@@ -7768,11 +7840,12 @@ NAME="DOSCHARSET"
><P
>The default depends on which charsets you have instaled.
Samba tries to use charset 850 but falls back to ASCII in
- case it is not available. Run <A
-HREF="testparm.1.html"
-TARGET="_top"
->testparm(1)
- </A
+ case it is not available. Run <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>testparm</SPAN
+>(1)</SPAN
> to check the default on your system.
</P
></DD
@@ -7780,7 +7853,7 @@ TARGET="_top"
><A
NAME="DOSFILEMODE"
></A
->dos filemode (S)</DT
+>&#62;dos filemode (S)</DT
><DD
><P
> The default behavior in Samba is to provide
@@ -7803,21 +7876,19 @@ CLASS="COMMAND"
><A
NAME="DOSFILETIMERESOLUTION"
></A
->dos filetime resolution (S)</DT
+>&#62;dos filetime resolution (S)</DT
><DD
><P
>Under the DOS and Windows FAT filesystem, the finest
granularity on time resolution is two seconds. Setting this parameter
for a share causes Samba to round the reported time down to the
nearest two second boundary when a query call that requires one second
- resolution is made to <A
-HREF="smbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbd(8)</B
->
- </A
+ resolution is made to <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
>.</P
><P
>This option is mainly used as a compatibility option for Visual
@@ -7840,7 +7911,7 @@ CLASS="COMMAND"
><A
NAME="DOSFILETIMES"
></A
->dos filetimes (S)</DT
+>&#62;dos filetimes (S)</DT
><DD
><P
>Under DOS and Windows, if a user can write to a
@@ -7854,10 +7925,12 @@ CLASS="COMMAND"
on behalf of is not the file owner. Setting this option to <TT
CLASS="CONSTANT"
> yes</TT
-> allows DOS semantics and <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd</A
+> allows DOS semantics and <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> will change the file
timestamp as DOS requires.</P
><P
@@ -7870,7 +7943,7 @@ CLASS="COMMAND"
><A
NAME="ENCRYPTPASSWORDS"
></A
->encrypt passwords (G)</DT
+>&#62;encrypt passwords (G)</DT
><DD
><P
>This boolean controls whether encrypted passwords
@@ -7884,29 +7957,25 @@ CLASS="FILENAME"
> shipped with the source code.</P
><P
>In order for encrypted passwords to work correctly
- <A
-HREF="smbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbd(8)</B
-></A
+ <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> must either
- have access to a local <A
-HREF="smbpasswd.5.html"
-TARGET="_top"
-><TT
-CLASS="FILENAME"
->smbpasswd(5)
- </TT
-></A
-> file (see the <A
-HREF="smbpasswd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
-> smbpasswd(8)</B
-></A
+ have access to a local <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbpasswd</SPAN
+>(5)</SPAN
+> file (see the <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbpasswd</SPAN
+>(8)</SPAN
> program for information on how to set up
and maintain this file), or set the <A
HREF="#SECURITY"
@@ -7927,7 +7996,7 @@ CLASS="COMMAND"
><A
NAME="ENHANCEDBROWSING"
></A
->enhanced browsing (G)</DT
+>&#62;enhanced browsing (G)</DT
><DD
><P
>This option enables a couple of enhancements to
@@ -7958,7 +8027,7 @@ CLASS="COMMAND"
><A
NAME="ENUMPORTSCOMMAND"
></A
->enumports command (G)</DT
+>&#62;enumports command (G)</DT
><DD
><P
>The concept of a "port" is fairly foreign
@@ -7990,9 +8059,12 @@ CLASS="PARAMETER"
to standard output. This listing will then be used in response
to the level 1 and 2 EnumPorts() RPC.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no enumports command</I
+></SPAN
></P
><P
>Example: <B
@@ -8005,7 +8077,7 @@ CLASS="COMMAND"
><A
NAME="EXEC"
></A
->exec (S)</DT
+>&#62;exec (S)</DT
><DD
><P
>This is a synonym for <A
@@ -8022,7 +8094,7 @@ CLASS="PARAMETER"
><A
NAME="FAKEDIRECTORYCREATETIMES"
></A
->fake directory create times (S)</DT
+>&#62;fake directory create times (S)</DT
><DD
><P
>NTFS and Windows VFAT file systems keep a create
@@ -8060,7 +8132,7 @@ CLASS="COMMAND"
><A
NAME="FAKEOPLOCKS"
></A
->fake oplocks (S)</DT
+>&#62;fake oplocks (S)</DT
><DD
><P
>Oplocks are the way that SMB clients get permission
@@ -8113,19 +8185,18 @@ CLASS="COMMAND"
><A
NAME="FOLLOWSYMLINKS"
></A
->follow symlinks (S)</DT
+>&#62;follow symlinks (S)</DT
><DD
><P
>This parameter allows the Samba administrator
- to stop <A
-HREF="smbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbd(8)</B
-></A
->
- from following symbolic links in a particular share. Setting this
+ to stop <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> from following symbolic
+ links in a particular share. Setting this
parameter to <TT
CLASS="CONSTANT"
>no</TT
@@ -8154,13 +8225,16 @@ CLASS="COMMAND"
><A
NAME="FORCECREATEMODE"
></A
->force create mode (S)</DT
+>&#62;force create mode (S)</DT
><DD
><P
>This parameter specifies a set of UNIX mode bit
- permissions that will <I
+ permissions that will <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>always</I
+></SPAN
> be set on a
file created by Samba. This is done by bitwise 'OR'ing these bits onto
the mode bits of a file that is being created or having its
@@ -8214,13 +8288,16 @@ CLASS="COMMAND"
><A
NAME="FORCEDIRECTORYMODE"
></A
->force directory mode (S)</DT
+>&#62;force directory mode (S)</DT
><DD
><P
>This parameter specifies a set of UNIX mode bit
- permissions that will <I
+ permissions that will <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>always</I
+></SPAN
> be set on a directory
created by Samba. This is done by bitwise 'OR'ing these bits onto the
mode bits of a directory that is being created. The default for this
@@ -8273,7 +8350,7 @@ CLASS="COMMAND"
><A
NAME="FORCEDIRECTORYSECURITYMODE"
></A
->force directory security mode (S)</DT
+>&#62;force directory security mode (S)</DT
><DD
><P
>This parameter controls what UNIX permission bits
@@ -8290,9 +8367,12 @@ NAME="FORCEDIRECTORYSECURITYMODE"
allows a user to modify all the user/group/world permissions on a
directory without restrictions.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note</I
+></SPAN
> that users who can access the
Samba server through other means can easily bypass this restriction,
so it is primarily useful for standalone "appliance" systems.
@@ -8341,7 +8421,7 @@ CLASS="COMMAND"
><A
NAME="FORCEGROUP"
></A
->force group (S)</DT
+>&#62;force group (S)</DT
><DD
><P
>This specifies a UNIX group name that will be
@@ -8402,9 +8482,12 @@ CLASS="PARAMETER"
></A
>.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no forced group</I
+></SPAN
></P
><P
>Example: <B
@@ -8416,7 +8499,7 @@ CLASS="COMMAND"
><A
NAME="FORCESECURITYMODE"
></A
->force security mode (S)</DT
+>&#62;force security mode (S)</DT
><DD
><P
>This parameter controls what UNIX permission
@@ -8434,9 +8517,12 @@ NAME="FORCESECURITYMODE"
and allows a user to modify all the user/group/world permissions on a file,
with no restrictions.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note</I
+></SPAN
> that users who can access
the Samba server through other means can easily bypass this restriction,
so it is primarily useful for standalone "appliance" systems.
@@ -8485,7 +8571,7 @@ CLASS="COMMAND"
><A
NAME="FORCEUSER"
></A
->force user (S)</DT
+>&#62;force user (S)</DT
><DD
><P
>This specifies a UNIX user name that will be
@@ -8515,9 +8601,12 @@ CLASS="PARAMETER"
></A
></P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no forced user</I
+></SPAN
></P
><P
>Example: <B
@@ -8529,19 +8618,17 @@ CLASS="COMMAND"
><A
NAME="FSTYPE"
></A
->fstype (S)</DT
+>&#62;fstype (S)</DT
><DD
><P
>This parameter allows the administrator to
configure the string that specifies the type of filesystem a share
- is using that is reported by <A
-HREF="smbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbd(8)
- </B
-></A
+ is using that is reported by <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> when a client queries the filesystem type
for a share. The default type is <TT
CLASS="CONSTANT"
@@ -8571,7 +8658,7 @@ CLASS="COMMAND"
><A
NAME="GETWDCACHE"
></A
->getwd cache (G)</DT
+>&#62;getwd cache (G)</DT
><DD
><P
>This is a tuning option. When this is enabled a
@@ -8600,7 +8687,7 @@ CLASS="COMMAND"
><A
NAME="GROUP"
></A
->group (S)</DT
+>&#62;group (S)</DT
><DD
><P
>Synonym for <A
@@ -8618,7 +8705,7 @@ CLASS="PARAMETER"
><A
NAME="GUESTACCOUNT"
></A
->guest account (S)</DT
+>&#62;guest account (S)</DT
><DD
><P
>This is a username which will be used for access
@@ -8656,10 +8743,13 @@ CLASS="COMMAND"
many parts of the system require this value to be
constant for correct operation.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>specified at compile time, usually
"nobody"</I
+></SPAN
></P
><P
>Example: <B
@@ -8671,7 +8761,7 @@ CLASS="COMMAND"
><A
NAME="GUESTOK"
></A
->guest ok (S)</DT
+>&#62;guest ok (S)</DT
><DD
><P
>If this parameter is <TT
@@ -8689,6 +8779,18 @@ CLASS="PARAMETER"
></A
>.</P
><P
+>This paramater nullifies the benifits of setting
+ <A
+HREF="#RESTRICTANONYMOUS"
+><TT
+CLASS="PARAMETER"
+><I
+>restrict
+ anonymous</I
+></TT
+></A
+> = 2</P
+><P
>See the section below on <A
HREF="#SECURITY"
><TT
@@ -8709,7 +8811,7 @@ CLASS="COMMAND"
><A
NAME="GUESTONLY"
></A
->guest only (S)</DT
+>&#62;guest only (S)</DT
><DD
><P
>If this parameter is <TT
@@ -8747,7 +8849,7 @@ CLASS="COMMAND"
><A
NAME="HIDEDOTFILES"
></A
->hide dot files (S)</DT
+>&#62;hide dot files (S)</DT
><DD
><P
>This is a boolean parameter that controls whether
@@ -8762,7 +8864,7 @@ CLASS="COMMAND"
><A
NAME="HIDEFILES"
></A
->hide files(S)</DT
+>&#62;hide files(S)</DT
><DD
><P
>This is a list of files or directories that are not
@@ -8811,9 +8913,12 @@ CLASS="PARAMETER"
></A
>.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no file are hidden</I
+></SPAN
></P
><P
>Example: <B
@@ -8835,7 +8940,7 @@ TARGET="_top"
><A
NAME="HIDELOCALUSERS"
></A
->hide local users(G)</DT
+>&#62;hide local users(G)</DT
><DD
><P
>This parameter toggles the hiding of local UNIX
@@ -8850,7 +8955,7 @@ CLASS="COMMAND"
><A
NAME="HIDEUNREADABLE"
></A
->hide unreadable (G)</DT
+>&#62;hide unreadable (G)</DT
><DD
><P
>This parameter prevents clients from seeing the
@@ -8865,7 +8970,7 @@ CLASS="COMMAND"
><A
NAME="HIDEUNWRITEABLEFILES"
></A
->hide unwriteable files (G)</DT
+>&#62;hide unwriteable files (G)</DT
><DD
><P
>This parameter prevents clients from seeing
@@ -8882,7 +8987,7 @@ CLASS="COMMAND"
><A
NAME="HIDESPECIALFILES"
></A
->hide special files (G)</DT
+>&#62;hide special files (G)</DT
><DD
><P
>This parameter prevents clients from seeing
@@ -8899,7 +9004,7 @@ CLASS="COMMAND"
><A
NAME="HOMEDIRMAP"
></A
->homedir map (G)</DT
+>&#62;homedir map (G)</DT
><DD
><P
>If<A
@@ -8914,13 +9019,12 @@ CLASS="PARAMETER"
> is <TT
CLASS="CONSTANT"
>yes</TT
->, and <A
-HREF="smbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbd(8)</B
-></A
+>, and <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> is also acting
as a Win95/98 <TT
CLASS="PARAMETER"
@@ -8942,9 +9046,12 @@ CLASS="COMMAND"
that copes with different map formats and also Amd (another
automounter) maps.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>NOTE :</I
+></SPAN
>A working NIS client is required on
the system for this option to work.</P
><P
@@ -8970,7 +9077,7 @@ CLASS="PARAMETER"
><P
>Default: <B
CLASS="COMMAND"
->homedir map = &#60;empty string&#62;</B
+>homedir map = &lt;empty string&gt;</B
></P
><P
>Example: <B
@@ -8982,7 +9089,7 @@ CLASS="COMMAND"
><A
NAME="HOSTMSDFS"
></A
->host msdfs (G)</DT
+>&#62;host msdfs (G)</DT
><DD
><P
>This boolean parameter is only available
@@ -9022,7 +9129,7 @@ CLASS="COMMAND"
><A
NAME="HOSTNAMELOOKUPS"
></A
->hostname lookups (G)</DT
+>&#62;hostname lookups (G)</DT
><DD
><P
>Specifies whether samba should use (expensive)
@@ -9051,7 +9158,7 @@ CLASS="COMMAND"
><A
NAME="HOSTSALLOW"
></A
->hosts allow (S)</DT
+>&#62;hosts allow (S)</DT
><DD
><P
>A synonym for this parameter is <TT
@@ -9096,9 +9203,12 @@ CLASS="PARAMETER"
><P
>You can also specify hosts by network/netmask pairs and
by netgroup names if your system supports netgroups. The
- <I
+ <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>EXCEPT</I
+></SPAN
> keyword can also be used to limit a
wildcard list. The following examples may provide some help:</P
><P
@@ -9138,21 +9248,22 @@ CLASS="COMMAND"
><P
>Note that access still requires suitable user-level passwords.</P
><P
->See <A
-HREF="testparm.1.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->testparm(1)</B
->
- </A
-> for a way of testing your host access to see if it does
- what you expect.</P
+>See <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>testparm</SPAN
+>(1)</SPAN
+> for a way of testing your host access
+ to see if it does what you expect.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none (i.e., all hosts permitted access)
</I
+></SPAN
></P
><P
>Example: <B
@@ -9165,7 +9276,7 @@ CLASS="COMMAND"
><A
NAME="HOSTSDENY"
></A
->hosts deny (S)</DT
+>&#62;hosts deny (S)</DT
><DD
><P
>The opposite of <TT
@@ -9174,9 +9285,12 @@ CLASS="PARAMETER"
>hosts allow</I
></TT
>
- - hosts listed here are <I
+ - hosts listed here are <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>NOT</I
+></SPAN
> permitted access to
services unless the specific services have their own lists to override
this one. Where the lists conflict, the <TT
@@ -9187,10 +9301,13 @@ CLASS="PARAMETER"
>
list takes precedence.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none (i.e., no hosts specifically excluded)
</I
+></SPAN
></P
><P
>Example: <B
@@ -9203,7 +9320,7 @@ CLASS="COMMAND"
><A
NAME="HOSTSEQUIV"
></A
->hosts equiv (G)</DT
+>&#62;hosts equiv (G)</DT
><DD
><P
>If this global parameter is a non-null string,
@@ -9228,9 +9345,12 @@ CLASS="PARAMETER"
> may be useful for NT clients which will
not supply passwords to Samba.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>NOTE :</I
+></SPAN
> The use of <TT
CLASS="PARAMETER"
><I
@@ -9247,15 +9367,21 @@ CLASS="PARAMETER"
></TT
> option be only used if you really
know what you are doing, or perhaps on a home network where you trust
- your spouse and kids. And only if you <I
+ your spouse and kids. And only if you <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>really</I
+></SPAN
> trust
them :-).</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no host equivalences</I
+></SPAN
></P
><P
>Example: <B
@@ -9267,7 +9393,7 @@ CLASS="COMMAND"
><A
NAME="INCLUDE"
></A
->include (G)</DT
+>&#62;include (G)</DT
><DD
><P
>This allows you to include one config file
@@ -9293,9 +9419,12 @@ CLASS="PARAMETER"
>.
</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no file included</I
+></SPAN
></P
><P
>Example: <B
@@ -9308,7 +9437,7 @@ CLASS="COMMAND"
><A
NAME="INHERITACLS"
></A
->inherit acls (S)</DT
+>&#62;inherit acls (S)</DT
><DD
><P
>This parameter can be used to ensure
@@ -9330,7 +9459,7 @@ CLASS="COMMAND"
><A
NAME="INHERITPERMISSIONS"
></A
->inherit permissions (S)</DT
+>&#62;inherit permissions (S)</DT
><DD
><P
>The permissions on new files and directories
@@ -9405,9 +9534,12 @@ CLASS="PARAMETER"
</A
> as usual.</P
><P
->Note that the setuid bit is <I
+>Note that the setuid bit is <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>never</I
+></SPAN
> set via
inheritance (the code explicitly prohibits this).</P
><P
@@ -9460,7 +9592,7 @@ CLASS="COMMAND"
><A
NAME="INTERFACES"
></A
->interfaces (G)</DT
+>&#62;interfaces (G)</DT
><DD
><P
>This option allows you to override the default
@@ -9527,23 +9659,29 @@ CLASS="PARAMETER"
></A
>.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>all active interfaces except 127.0.0.1
that are broadcast capable</I
+></SPAN
></P
></DD
><DT
><A
NAME="INVALIDUSERS"
></A
->invalid users (S)</DT
+>&#62;invalid users (S)</DT
><DD
><P
>This is a list of users that should not be allowed
- to login to this service. This is really a <I
+ to login to this service. This is really a <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>paranoid</I
+></SPAN
>
check to absolutely ensure an improper setting does not breach
your security.</P
@@ -9554,20 +9692,20 @@ CLASS="EMPHASIS"
><P
>A name starting with '+' is interpreted only
by looking in the UNIX group database. A name starting with
- '&#38;' is interpreted only by looking in the NIS netgroup database
+ '&amp;' is interpreted only by looking in the NIS netgroup database
(this requires NIS to be working on your system). The characters
- '+' and '&#38;' may be used at the start of the name in either order
+ '+' and '&amp;' may be used at the start of the name in either order
so the value <TT
CLASS="PARAMETER"
><I
->+&#38;group</I
+>+&amp;group</I
></TT
> means check the
UNIX group database, followed by the NIS netgroup database, and
the value <TT
CLASS="PARAMETER"
><I
->&#38;+group</I
+>&amp;+group</I
></TT
> means check the NIS
netgroup database, followed by the UNIX group database (the
@@ -9592,9 +9730,12 @@ CLASS="PARAMETER"
></A
>.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no invalid users</I
+></SPAN
></P
><P
>Example: <B
@@ -9607,7 +9748,7 @@ CLASS="COMMAND"
><A
NAME="KEEPALIVE"
></A
->keepalive (G)</DT
+>&#62;keepalive (G)</DT
><DD
><P
>The value of the parameter (an integer) represents
@@ -9647,7 +9788,7 @@ CLASS="COMMAND"
><A
NAME="KERNELOPLOCKS"
></A
->kernel oplocks (G)</DT
+>&#62;kernel oplocks (G)</DT
><DD
><P
>For UNIXes that support kernel based <A
@@ -9669,20 +9810,21 @@ CLASS="PARAMETER"
</I
></TT
> to be broken whenever a local UNIX process or NFS operation
- accesses a file that <A
-HREF="smbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbd(8)</B
->
- </A
-> has oplocked. This allows complete data consistency between
- SMB/CIFS, NFS and local file access (and is a <I
+ accesses a file that <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> has oplocked. This allows complete
+ data consistency between SMB/CIFS, NFS and local file access (and is
+ a <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>very</I
->
- cool feature :-).</P
+></SPAN
+> cool feature :-).</P
><P
>This parameter defaults to <TT
CLASS="CONSTANT"
@@ -9720,18 +9862,19 @@ CLASS="COMMAND"
><A
NAME="LANMANAUTH"
></A
->lanman auth (G)</DT
+>&#62;lanman auth (G)</DT
><DD
><P
->This parameter determines whether or not <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd</A
-> will
- attempt to authenticate users using the LANMAN password hash.
- If disabled, only clients which support NT password hashes (e.g. Windows
- NT/2000 clients, smbclient, etc... but not Windows 95/98 or the MS DOS
- network client) will be able to connect to the Samba host.</P
+>This parameter determines whether or not <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> will attempt to authenticate users
+ using the LANMAN password hash. If disabled, only clients which support NT
+ password hashes (e.g. Windows NT/2000 clients, smbclient, etc... but not
+ Windows 95/98 or the MS DOS network client) will be able to connect to the Samba host.</P
><P
>Default : <B
CLASS="COMMAND"
@@ -9742,15 +9885,17 @@ CLASS="COMMAND"
><A
NAME="LARGEREADWRITE"
></A
->large readwrite (G)</DT
+>&#62;large readwrite (G)</DT
><DD
><P
->This parameter determines whether or not <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd</A
->
- supports the new 64k streaming read and write varient SMB requests introduced
+>This parameter determines whether or not <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> supports the new 64k streaming
+ read and write varient SMB requests introduced
with Windows 2000. Note that due to Windows 2000 client redirector bugs
this requires Samba to be running on a 64-bit capable operating system such
as IRIX, Solaris or a Linux 2.4 kernel. Can improve performance by 10% with
@@ -9767,7 +9912,7 @@ CLASS="COMMAND"
><A
NAME="LDAPADMINDN"
></A
->ldap admin dn (G)</DT
+>&#62;ldap admin dn (G)</DT
><DD
><P
> The <TT
@@ -9788,27 +9933,29 @@ CLASS="PARAMETER"
CLASS="FILENAME"
>private/secrets.tdb</TT
> file. See the
- <A
-HREF="smbpasswd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbpasswd(8)</B
-></A
-> man
- page for more information on how to accmplish this.
+ <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbpasswd</SPAN
+>(8)</SPAN
+> man page for more information on how
+ to accmplish this.
</P
><P
->Default : <I
+>Default : <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none</I
+></SPAN
></P
></DD
><DT
><A
NAME="LDAPFILTER"
></A
->ldap filter (G)</DT
+>&#62;ldap filter (G)</DT
><DD
><P
>This parameter specifies the RFC 2254 compliant LDAP search filter.
@@ -9825,14 +9972,14 @@ CLASS="CONSTANT"
><P
>Default : <B
CLASS="COMMAND"
->ldap filter = (&#38;(uid=%u)(objectclass=sambaAccount))</B
+>ldap filter = (&amp;(uid=%u)(objectclass=sambaAccount))</B
></P
></DD
><DT
><A
NAME="LDAPPORT"
></A
->ldap port (G)</DT
+>&#62;ldap port (G)</DT
><DD
><P
>This parameter is only available if Samba has been
@@ -9876,7 +10023,7 @@ CLASS="COMMAND"
><A
NAME="LDAPSERVER"
></A
->ldap server (G)</DT
+>&#62;ldap server (G)</DT
><DD
><P
>This parameter is only available if Samba has been
@@ -9900,14 +10047,17 @@ CLASS="COMMAND"
><A
NAME="LDAPSSL"
></A
->ldap ssl (G)</DT
+>&#62;ldap ssl (G)</DT
><DD
><P
>This option is used to define whether or not Samba should
use SSL when connecting to the ldap server
- This is <I
+ This is <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>NOT</I
+></SPAN
> related to
Samba's previous SSL support which was enabled by specifying the
<B
@@ -9989,7 +10139,7 @@ CLASS="COMMAND"
><A
NAME="LDAPSUFFIX"
></A
->ldap suffix (G)</DT
+>&#62;ldap suffix (G)</DT
><DD
><P
>Specifies where user and machine accounts are added to the tree. Can be overriden by <B
@@ -10000,47 +10150,56 @@ CLASS="COMMAND"
>ldap machine suffix</B
>. It also used as the base dn for all ldap searches. </P
><P
->Default : <I
+>Default : <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none</I
+></SPAN
></P
></DD
><DT
><A
NAME="LDAPUSERSUFFIX"
></A
->ldap user suffix (G)</DT
+>&#62;ldap user suffix (G)</DT
><DD
><P
>It specifies where users are added to the tree.
</P
><P
->Default : <I
+>Default : <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none</I
+></SPAN
></P
></DD
><DT
><A
NAME="LDAPMACHINESUFFIX"
></A
->ldap machine suffix (G)</DT
+>&#62;ldap machine suffix (G)</DT
><DD
><P
>It specifies where machines should be
added to the ldap tree.
</P
><P
->Default : <I
+>Default : <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none</I
+></SPAN
></P
></DD
><DT
><A
NAME="LDAPPASSWDSYNC"
></A
->ldap passwd sync (G)</DT
+>&#62;ldap passwd sync (G)</DT
><DD
><P
>This option is used to define whether
@@ -10098,7 +10257,7 @@ CLASS="COMMAND"
><A
NAME="LDAPTRUSTIDS"
></A
->ldap trust ids (G)</DT
+>&#62;ldap trust ids (G)</DT
><DD
><P
>Normally, Samba validates each entry
@@ -10127,7 +10286,7 @@ CLASS="COMMAND"
><A
NAME="LEVEL2OPLOCKS"
></A
->level2 oplocks (S)</DT
+>&#62;level2 oplocks (S)</DT
><DD
><P
>This parameter controls whether Samba supports
@@ -10211,16 +10370,15 @@ CLASS="COMMAND"
><A
NAME="LMANNOUNCE"
></A
->lm announce (G)</DT
+>&#62;lm announce (G)</DT
><DD
><P
->This parameter determines if <A
-HREF="nmbd.8.html"
-TARGET="_top"
-> <B
-CLASS="COMMAND"
->nmbd(8)</B
-></A
+>This parameter determines if <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>nmbd</SPAN
+>(8)</SPAN
> will produce Lanman announce
broadcasts that are needed by OS/2 clients in order for them to see
the Samba server in their browse list. This parameter can have three
@@ -10291,7 +10449,7 @@ CLASS="COMMAND"
><A
NAME="LMINTERVAL"
></A
->lm interval (G)</DT
+>&#62;lm interval (G)</DT
><DD
><P
>If Samba is set to produce Lanman announce
@@ -10339,13 +10497,13 @@ CLASS="COMMAND"
><A
NAME="LOADPRINTERS"
></A
->load printers (G)</DT
+>&#62;load printers (G)</DT
><DD
><P
>A boolean variable that controls whether all
printers in the printcap will be loaded for browsing by default.
See the <A
-HREF="#AEN79"
+HREF="#AEN80"
>printers</A
> section for
more details.</P
@@ -10359,16 +10517,15 @@ CLASS="COMMAND"
><A
NAME="LOCALMASTER"
></A
->local master (G)</DT
+>&#62;local master (G)</DT
><DD
><P
->This option allows <A
-HREF="nmbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
-> nmbd(8)</B
-></A
+>This option allows <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>nmbd</SPAN
+>(8)</SPAN
> to try and become a local master browser
on a subnet. If set to <TT
CLASS="CONSTANT"
@@ -10385,16 +10542,22 @@ CLASS="CONSTANT"
CLASS="CONSTANT"
>yes</TT
> doesn't
- mean that Samba will <I
+ mean that Samba will <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>become</I
+></SPAN
> the local master
browser on a subnet, just that <B
CLASS="COMMAND"
>nmbd</B
-> will <I
+> will <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
> participate</I
+></SPAN
> in elections for local master browser.</P
><P
>Setting this value to <TT
@@ -10404,9 +10567,12 @@ CLASS="CONSTANT"
CLASS="COMMAND"
>nmbd</B
>
- <I
+ <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>never</I
+></SPAN
> to become a local master browser.</P
><P
>Default: <B
@@ -10418,7 +10584,7 @@ CLASS="COMMAND"
><A
NAME="LOCKDIR"
></A
->lock dir (G)</DT
+>&#62;lock dir (G)</DT
><DD
><P
>Synonym for <A
@@ -10435,7 +10601,7 @@ CLASS="PARAMETER"
><A
NAME="LOCKDIRECTORY"
></A
->lock directory (G)</DT
+>&#62;lock directory (G)</DT
><DD
><P
>This option specifies the directory where lock
@@ -10466,7 +10632,7 @@ CLASS="COMMAND"
><A
NAME="LOCKSPINCOUNT"
></A
->lock spin count (G)</DT
+>&#62;lock spin count (G)</DT
><DD
><P
>This parameter controls the number of times
@@ -10489,7 +10655,7 @@ CLASS="COMMAND"
><A
NAME="LOCKSPINTIME"
></A
->lock spin time (G)</DT
+>&#62;lock spin time (G)</DT
><DD
><P
>The time in microseconds that smbd should
@@ -10516,7 +10682,7 @@ CLASS="COMMAND"
><A
NAME="LOCKING"
></A
->locking (S)</DT
+>&#62;locking (S)</DT
><DD
><P
>This controls whether or not locking will be
@@ -10536,13 +10702,19 @@ CLASS="COMMAND"
>, real locking will be performed
by the server.</P
><P
->This option <I
+>This option <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>may</I
+></SPAN
> be useful for read-only
- filesystems which <I
+ filesystems which <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>may</I
+></SPAN
> not need locking (such as
CDROM drives), although setting this parameter of <TT
CLASS="CONSTANT"
@@ -10563,7 +10735,7 @@ CLASS="COMMAND"
><A
NAME="LOGFILE"
></A
->log file (G)</DT
+>&#62;log file (G)</DT
><DD
><P
>This option allows you to override the name
@@ -10582,7 +10754,7 @@ CLASS="COMMAND"
><A
NAME="LOGLEVEL"
></A
->log level (G)</DT
+>&#62;log level (G)</DT
><DD
><P
>The value of the parameter (a astring) allows
@@ -10608,7 +10780,7 @@ CLASS="COMMAND"
><A
NAME="LOGONDRIVE"
></A
->logon drive (G)</DT
+>&#62;logon drive (G)</DT
><DD
><P
>This parameter specifies the local path to
@@ -10640,7 +10812,7 @@ CLASS="COMMAND"
><A
NAME="LOGONHOME"
></A
->logon home (G)</DT
+>&#62;logon home (G)</DT
><DD
><P
>This parameter specifies the home directory
@@ -10721,7 +10893,7 @@ CLASS="COMMAND"
><A
NAME="LOGONPATH"
></A
->logon path (G)</DT
+>&#62;logon path (G)</DT
><DD
><P
>This parameter specifies the home directory
@@ -10767,9 +10939,12 @@ CLASS="FILENAME"
>Thereafter, the directories and any of the contents can,
if required, be made read-only. It is not advisable that the
NTuser.dat file be made read-only - rename it to NTuser.man to
- achieve the desired effect (a <I
+ achieve the desired effect (a <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>MAN</I
+></SPAN
>datory
profile). </P
><P
@@ -10799,7 +10974,7 @@ CLASS="COMMAND"
><A
NAME="LOGONSCRIPT"
></A
->logon script (G)</DT
+>&#62;logon script (G)</DT
><DD
><P
>This parameter specifies the batch file (.bat) or
@@ -10859,9 +11034,12 @@ CLASS="COMMAND"
>This option is only useful if Samba is set up as a logon
server.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no logon script defined</I
+></SPAN
></P
><P
>Example: <B
@@ -10873,7 +11051,7 @@ CLASS="COMMAND"
><A
NAME="LPPAUSECOMMAND"
></A
->lppause command (S)</DT
+>&#62;lppause command (S)</DT
><DD
><P
>This parameter specifies the command to be
@@ -10971,7 +11149,7 @@ CLASS="COMMAND"
><A
NAME="LPQCACHETIME"
></A
->lpq cache time (G)</DT
+>&#62;lpq cache time (G)</DT
><DD
><P
>This controls how long lpq info will be cached
@@ -11036,7 +11214,7 @@ CLASS="COMMAND"
><A
NAME="LPQCOMMAND"
></A
->lpq command (S)</DT
+>&#62;lpq command (S)</DT
><DD
><P
>This parameter specifies the command to be
@@ -11106,7 +11284,9 @@ CLASS="PARAMETER"
></A
> parameter.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>depends on the setting of <TT
CLASS="PARAMETER"
@@ -11114,6 +11294,7 @@ CLASS="PARAMETER"
> printing</I
></TT
></I
+></SPAN
></P
><P
>Example: <B
@@ -11125,7 +11306,7 @@ CLASS="COMMAND"
><A
NAME="LPRESUMECOMMAND"
></A
->lpresume command (S)</DT
+>&#62;lpresume command (S)</DT
><DD
><P
>This parameter specifies the command to be
@@ -11222,7 +11403,7 @@ CLASS="COMMAND"
><A
NAME="LPRMCOMMAND"
></A
->lprm command (S)</DT
+>&#62;lprm command (S)</DT
><DD
><P
>This parameter specifies the command to be
@@ -11265,7 +11446,9 @@ CLASS="PARAMETER"
></A
> parameter.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>depends on the setting of <TT
CLASS="PARAMETER"
@@ -11274,6 +11457,7 @@ CLASS="PARAMETER"
</I
></TT
></I
+></SPAN
></P
><P
>Example 1: <B
@@ -11292,7 +11476,7 @@ CLASS="COMMAND"
><A
NAME="MACHINEPASSWORDTIMEOUT"
></A
->machine password timeout (G)</DT
+>&#62;machine password timeout (G)</DT
><DD
><P
>If a Samba server is a member of a Windows
@@ -11313,14 +11497,12 @@ CLASS="FILENAME"
will be changed, in seconds. The default is one week (expressed in
seconds), the same as a Windows NT Domain member server.</P
><P
->See also <A
-HREF="smbpasswd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbpasswd(8)
- </B
-></A
+>See also <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbpasswd</SPAN
+>(8)</SPAN
>, and the <A
HREF="#SECURITYEQUALSDOMAIN"
> security = domain</A
@@ -11335,7 +11517,7 @@ CLASS="COMMAND"
><A
NAME="MAGICOUTPUT"
></A
->magic output (S)</DT
+>&#62;magic output (S)</DT
><DD
><P
>This parameter specifies the name of a file
@@ -11362,7 +11544,7 @@ CLASS="PARAMETER"
><P
>Default: <B
CLASS="COMMAND"
->magic output = &#60;magic script name&#62;.out
+>magic output = &lt;magic script name&gt;.out
</B
></P
><P
@@ -11375,7 +11557,7 @@ CLASS="COMMAND"
><A
NAME="MAGICSCRIPT"
></A
->magic script (S)</DT
+>&#62;magic script (S)</DT
><DD
><P
>This parameter specifies the name of a file which,
@@ -11401,24 +11583,36 @@ CLASS="PARAMETER"
>Note that some shells are unable to interpret scripts
containing CR/LF instead of CR as
the end-of-line marker. Magic scripts must be executable
- <I
+ <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>as is</I
+></SPAN
> on the host, which for some hosts and
some shells will require filtering at the DOS end.</P
><P
->Magic scripts are <I
+>Magic scripts are <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>EXPERIMENTAL</I
+></SPAN
> and
- should <I
+ should <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>NOT</I
+></SPAN
> be relied upon.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>None. Magic scripts disabled.</I
+></SPAN
></P
><P
>Example: <B
@@ -11430,11 +11624,11 @@ CLASS="COMMAND"
><A
NAME="MANGLECASE"
></A
->mangle case (S)</DT
+>&#62;mangle case (S)</DT
><DD
><P
>See the section on <A
-HREF="#AEN205"
+HREF="#AEN206"
> NAME MANGLING</A
></P
><P
@@ -11447,7 +11641,7 @@ CLASS="COMMAND"
><A
NAME="MANGLEDMAP"
></A
->mangled map (S)</DT
+>&#62;mangled map (S)</DT
><DD
><P
>This is for those who want to directly map UNIX
@@ -11485,9 +11679,12 @@ CLASS="FILENAME"
> off the ends of filenames on some CDROMs (only visible
under some UNIXes). To do this use a map of (*;1 *;).</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no mangled map</I
+></SPAN
></P
><P
>Example: <B
@@ -11499,7 +11696,7 @@ CLASS="COMMAND"
><A
NAME="MANGLEDNAMES"
></A
->mangled names (S)</DT
+>&#62;mangled names (S)</DT
><DD
><P
>This controls whether non-DOS names under UNIX
@@ -11507,7 +11704,7 @@ NAME="MANGLEDNAMES"
or whether non-DOS names should simply be ignored.</P
><P
>See the section on <A
-HREF="#AEN205"
+HREF="#AEN206"
> NAME MANGLING</A
> for details on how to control the mangling process.</P
><P
@@ -11584,7 +11781,7 @@ CLASS="COMMAND"
><A
NAME="MANGLINGMETHOD"
></A
->mangling method (G)</DT
+>&#62;mangling method (G)</DT
><DD
><P
> controls the algorithm used for the generating
@@ -11610,7 +11807,7 @@ CLASS="COMMAND"
><A
NAME="MANGLEPREFIX"
></A
->mangle prefix (G)</DT
+>&#62;mangle prefix (G)</DT
><DD
><P
> controls the number of prefix
@@ -11633,14 +11830,16 @@ CLASS="COMMAND"
><A
NAME="MANGLEDSTACK"
></A
->mangled stack (G)</DT
+>&#62;mangled stack (G)</DT
><DD
><P
>This parameter controls the number of mangled names
- that should be cached in the Samba server <A
-HREF="smbd.8.html"
-TARGET="_top"
-> smbd(8)</A
+ that should be cached in the Samba server <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
>.</P
><P
>This stack is a list of recently mangled base names
@@ -11670,15 +11869,18 @@ CLASS="COMMAND"
><A
NAME="MANGLINGCHAR"
></A
->mangling char (S)</DT
+>&#62;mangling char (S)</DT
><DD
><P
>This controls what character is used as
- the <I
+ the <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>magic</I
+></SPAN
> character in <A
-HREF="#AEN205"
+HREF="#AEN206"
>name mangling</A
>. The default is a '~'
but this may interfere with some software. Use this option to set
@@ -11698,7 +11900,7 @@ CLASS="COMMAND"
><A
NAME="MAPARCHIVE"
></A
->map archive (S)</DT
+>&#62;map archive (S)</DT
><DD
><P
>This controls whether the DOS archive attribute
@@ -11734,7 +11936,7 @@ CLASS="COMMAND"
><A
NAME="MAPHIDDEN"
></A
->map hidden (S)</DT
+>&#62;map hidden (S)</DT
><DD
><P
>This controls whether DOS style hidden files
@@ -11766,7 +11968,7 @@ CLASS="COMMAND"
><A
NAME="MAPSYSTEM"
></A
->map system (S)</DT
+>&#62;map system (S)</DT
><DD
><P
>This controls whether DOS style system files
@@ -11798,7 +12000,7 @@ CLASS="COMMAND"
><A
NAME="MAPTOGUEST"
></A
->map to guest (G)</DT
+>&#62;map to guest (G)</DT
><DD
><P
>This parameter is only useful in <A
@@ -11823,10 +12025,12 @@ CLASS="CONSTANT"
>.</P
><P
>This parameter can take three different values, which tell
- <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
+ <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> what to do with user
login requests that don't match a valid UNIX user in some way.</P
><P
@@ -11877,9 +12081,12 @@ HREF="#GUESTACCOUNT"
will not know the reason they cannot access files they think
they should - there will have been no message given to them
that they got their password wrong. Helpdesk services will
- <I
+ <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>hate</I
+></SPAN
> you if you set the <TT
CLASS="PARAMETER"
><I
@@ -11898,9 +12105,12 @@ CLASS="PARAMETER"
></TT
> modes other than
share. This is because in these modes the name of the resource being
- requested is <I
+ requested is <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>not</I
+></SPAN
> sent to the server until after
the server has successfully authenticated the client so the server
cannot make authentication decisions at the correct time (connection
@@ -11926,7 +12136,7 @@ CLASS="COMMAND"
><A
NAME="MAXCONNECTIONS"
></A
->max connections (S)</DT
+>&#62;max connections (S)</DT
><DD
><P
>This option allows the number of simultaneous
@@ -11966,7 +12176,7 @@ CLASS="COMMAND"
><A
NAME="MAXDISKSIZE"
></A
->max disk size (G)</DT
+>&#62;max disk size (G)</DT
><DD
><P
>This option allows you to put an upper limit
@@ -12011,7 +12221,7 @@ CLASS="COMMAND"
><A
NAME="MAXLOGSIZE"
></A
->max log size (G)</DT
+>&#62;max log size (G)</DT
><DD
><P
>This option (an integer in kilobytes) specifies
@@ -12038,7 +12248,7 @@ CLASS="COMMAND"
><A
NAME="MAXMUX"
></A
->max mux (G)</DT
+>&#62;max mux (G)</DT
><DD
><P
>This option controls the maximum number of
@@ -12054,14 +12264,16 @@ CLASS="COMMAND"
><A
NAME="MAXOPENFILES"
></A
->max open files (G)</DT
+>&#62;max open files (G)</DT
><DD
><P
>This parameter limits the maximum number of
- open files that one <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
+ open files that one <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> file
serving process may have open for a client at any one time. The
default for this parameter is set very high (10,000) as Samba uses
@@ -12080,18 +12292,17 @@ CLASS="COMMAND"
><A
NAME="MAXPRINTJOBS"
></A
->max print jobs (S)</DT
+>&#62;max print jobs (S)</DT
><DD
><P
>This parameter limits the maximum number of
jobs allowable in a Samba printer queue at any given moment.
- If this number is exceeded, <A
-HREF="smbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
-> smbd(8)</B
-></A
+ If this number is exceeded, <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> will remote "Out of Space" to the client.
See all <A
HREF="#TOTALPRINTJOBS"
@@ -12119,7 +12330,7 @@ CLASS="COMMAND"
><A
NAME="MAXPROTOCOL"
></A
->max protocol (G)</DT
+>&#62;max protocol (G)</DT
><DD
><P
>The value of the parameter (a string) is the highest
@@ -12150,9 +12361,12 @@ CLASS="CONSTANT"
><TT
CLASS="CONSTANT"
>LANMAN1</TT
->: First <I
+>: First <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
> modern</I
+></SPAN
> version of the protocol. Long filename
support.</P
></LI
@@ -12203,7 +12417,7 @@ CLASS="COMMAND"
><A
NAME="MAXSMBDPROCESSES"
></A
->max smbd processes (G)</DT
+>&#62;max smbd processes (G)</DT
><DD
><P
>This parameter limits the maximum number of
@@ -12219,10 +12433,12 @@ CLASS="COMMAND"
as a stopgap to prevent degrading service to clients in the event
that the server has insufficient resources to handle more than this
number of connections. Remember that under normal operating
- conditions, each user will have an <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd</A
+ conditions, each user will have an <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> associated with him or her
to handle connections to all shares from a given host.
</P
@@ -12241,13 +12457,15 @@ CLASS="COMMAND"
><A
NAME="MAXTTL"
></A
->max ttl (G)</DT
+>&#62;max ttl (G)</DT
><DD
><P
->This option tells <A
-HREF="nmbd.8.html"
-TARGET="_top"
->nmbd(8)</A
+>This option tells <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>nmbd</SPAN
+>(8)</SPAN
>
what the default 'time to live' of NetBIOS names should be (in seconds)
when <B
@@ -12266,14 +12484,15 @@ CLASS="COMMAND"
><A
NAME="MAXWINSTTL"
></A
->max wins ttl (G)</DT
+>&#62;max wins ttl (G)</DT
><DD
><P
->This option tells <A
-HREF="nmbd.8.html"
-TARGET="_top"
->nmbd(8)
- </A
+>This option tells <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> when acting as a WINS server (<A
HREF="#WINSSUPPORT"
> <TT
@@ -12310,7 +12529,7 @@ CLASS="COMMAND"
><A
NAME="MAXXMIT"
></A
->max xmit (G)</DT
+>&#62;max xmit (G)</DT
><DD
><P
>This option controls the maximum packet size
@@ -12333,7 +12552,7 @@ CLASS="COMMAND"
><A
NAME="MESSAGECOMMAND"
></A
->message command (G)</DT
+>&#62;message command (G)</DT
><DD
><P
>This specifies what command to run when the
@@ -12347,7 +12566,7 @@ NAME="MESSAGECOMMAND"
><P
><B
CLASS="COMMAND"
->message command = csh -c 'xedit %s;rm %s' &#38;</B
+>message command = csh -c 'xedit %s;rm %s' &amp;</B
>
</P
><P
@@ -12355,12 +12574,15 @@ CLASS="COMMAND"
CLASS="COMMAND"
>xedit</B
>, then
- removes it afterwards. <I
+ removes it afterwards. <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>NOTE THAT IT IS VERY IMPORTANT
THAT THIS COMMAND RETURN IMMEDIATELY</I
+></SPAN
>. That's why I
- have the '&#38;' on the end. If it doesn't return immediately then
+ have the '&amp;' on the end. If it doesn't return immediately then
your PCs may freeze when sending messages (they should recover
after 30 seconds, hopefully).</P
><P
@@ -12424,7 +12646,7 @@ CLASS="PARAMETER"
><B
CLASS="COMMAND"
>message command = /bin/mail -s 'message from %f on
- %m' root &#60; %s; rm %s</B
+ %m' root &lt; %s; rm %s</B
></P
><P
>If you don't have a message command then the message
@@ -12440,22 +12662,25 @@ CLASS="COMMAND"
>message command = rm %s</B
></P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no message command</I
+></SPAN
></P
><P
>Example: <B
CLASS="COMMAND"
>message command = csh -c 'xedit %s;
- rm %s' &#38;</B
+ rm %s' &amp;</B
></P
></DD
><DT
><A
NAME="MINPASSWDLENGTH"
></A
->min passwd length (G)</DT
+>&#62;min passwd length (G)</DT
><DD
><P
>Synonym for <A
@@ -12472,7 +12697,7 @@ CLASS="PARAMETER"
><A
NAME="MINPASSWORDLENGTH"
></A
->min password length (G)</DT
+>&#62;min password length (G)</DT
><DD
><P
>This option sets the minimum length in characters
@@ -12519,7 +12744,7 @@ CLASS="COMMAND"
><A
NAME="MINPRINTSPACE"
></A
->min print space (S)</DT
+>&#62;min print space (S)</DT
><DD
><P
>This sets the minimum amount of free disk
@@ -12552,7 +12777,7 @@ CLASS="COMMAND"
><A
NAME="MINPROTOCOL"
></A
->min protocol (G)</DT
+>&#62;min protocol (G)</DT
><DD
><P
>The value of the parameter (a string) is the
@@ -12602,13 +12827,15 @@ CLASS="COMMAND"
><A
NAME="MINWINSTTL"
></A
->min wins ttl (G)</DT
+>&#62;min wins ttl (G)</DT
><DD
><P
->This option tells <A
-HREF="nmbd.8.html"
-TARGET="_top"
->nmbd(8)</A
+>This option tells <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>nmbd</SPAN
+>(8)</SPAN
>
when acting as a WINS server (<A
HREF="#WINSSUPPORT"
@@ -12635,7 +12862,7 @@ CLASS="COMMAND"
><A
NAME="MSDFSPROXY"
></A
->msdfs proxy (S)</DT
+>&#62;msdfs proxy (S)</DT
><DD
><P
>This parameter indicates that the share is a
@@ -12668,14 +12895,14 @@ CLASS="PARAMETER"
><P
>Example: <B
CLASS="COMMAND"
->msdfs proxy = \otherserver\someshare</B
+>msdfs proxy = \\\\otherserver\\someshare</B
></P
></DD
><DT
><A
NAME="MSDFSROOT"
></A
->msdfs root (S)</DT
+>&#62;msdfs root (S)</DT
><DD
><P
>This boolean parameter is only available if
@@ -12691,15 +12918,15 @@ CLASS="CONSTANT"
Dfs links are specified in the share directory by symbolic
links of the form <TT
CLASS="FILENAME"
->msdfs:serverA\shareA,serverB\shareB</TT
+>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"
+HREF="msdfs.html"
TARGET="_top"
->msdfs_setup.html
- </A
->.</P
+>"Hosting a Microsoft
+ Distributed File System tree on Samba"</A
+> document.</P
><P
>See also <A
HREF="#HOSTMSDFS"
@@ -12721,7 +12948,7 @@ CLASS="COMMAND"
><A
NAME="NAMECACHETIMEOUT"
></A
->name cache timeout (G)</DT
+>&#62;name cache timeout (G)</DT
><DD
><P
>Specifies the number of seconds it takes before
@@ -12743,7 +12970,7 @@ CLASS="COMMAND"
><A
NAME="NAMERESOLVEORDER"
></A
->name resolve order (G)</DT
+>&#62;name resolve order (G)</DT
><DD
><P
>This option is used by the programs in the Samba
@@ -12848,7 +13075,7 @@ CLASS="COMMAND"
><A
NAME="NETBIOSALIASES"
></A
->netbios aliases (G)</DT
+>&#62;netbios aliases (G)</DT
><DD
><P
>This is a list of NetBIOS names that <A
@@ -12874,9 +13101,12 @@ CLASS="PARAMETER"
></A
>.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>empty string (no additional names)</I
+></SPAN
></P
><P
>Example: <B
@@ -12888,7 +13118,7 @@ CLASS="COMMAND"
><A
NAME="NETBIOSNAME"
></A
->netbios name (G)</DT
+>&#62;netbios name (G)</DT
><DD
><P
>This sets the NetBIOS name by which a Samba
@@ -12909,9 +13139,12 @@ CLASS="PARAMETER"
></A
>.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>machine DNS name</I
+></SPAN
></P
><P
>Example: <B
@@ -12923,7 +13156,7 @@ CLASS="COMMAND"
><A
NAME="NETBIOSSCOPE"
></A
->netbios scope (G)</DT
+>&#62;netbios scope (G)</DT
><DD
><P
>This sets the NetBIOS scope that Samba will
@@ -12934,7 +13167,7 @@ NAME="NETBIOSSCOPE"
><A
NAME="NISHOMEDIR"
></A
->nis homedir (G)</DT
+>&#62;nis homedir (G)</DT
><DD
><P
>Get the home share server from a NIS map. For
@@ -12978,7 +13211,7 @@ CLASS="COMMAND"
><A
NAME="NONUNIXACCOUNTRANGE"
></A
->non unix account range (G)</DT
+>&#62;non unix account range (G)</DT
><DD
><P
>The non unix account range parameter specifies
@@ -12996,7 +13229,7 @@ NAME="NONUNIXACCOUNTRANGE"
><P
>Default: <B
CLASS="COMMAND"
->non unix account range = &#60;empty string&#62;
+>non unix account range = &lt;empty string&gt;
</B
></P
><P
@@ -13009,7 +13242,7 @@ CLASS="COMMAND"
><A
NAME="NTACLSUPPORT"
></A
->nt acl support (S)</DT
+>&#62;nt acl support (S)</DT
><DD
><P
>This boolean parameter controls whether
@@ -13031,14 +13264,16 @@ CLASS="COMMAND"
><A
NAME="NTPIPESUPPORT"
></A
->nt pipe support (G)</DT
+>&#62;nt pipe support (G)</DT
><DD
><P
>This boolean parameter controls whether
- <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
+ <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> will allow Windows NT
clients to connect to the NT SMB specific <TT
CLASS="CONSTANT"
@@ -13056,7 +13291,7 @@ CLASS="COMMAND"
><A
NAME="NTSTATUSSUPPORT"
></A
->nt status support (G)</DT
+>&#62;nt status support (G)</DT
><DD
><P
>This boolean parameter controls whether <A
@@ -13084,16 +13319,18 @@ CLASS="COMMAND"
><A
NAME="NULLPASSWORDS"
></A
->null passwords (G)</DT
+>&#62;null passwords (G)</DT
><DD
><P
>Allow or disallow client access to accounts
that have null passwords. </P
><P
->See also <A
-HREF="smbpasswd.5.html"
-TARGET="_top"
->smbpasswd (5)</A
+>See also <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbpasswd</SPAN
+>(5)</SPAN
>.</P
><P
>Default: <B
@@ -13105,7 +13342,7 @@ CLASS="COMMAND"
><A
NAME="OBEYPAMRESTRICTIONS"
></A
->obey pam restrictions (G)</DT
+>&#62;obey pam restrictions (G)</DT
><DD
><P
>When Samba 2.2 is configured to enable PAM support
@@ -13135,7 +13372,7 @@ CLASS="COMMAND"
><A
NAME="ONLYUSER"
></A
->only user (S)</DT
+>&#62;only user (S)</DT
><DD
><P
>This is a boolean option that controls whether
@@ -13195,7 +13432,7 @@ CLASS="COMMAND"
><A
NAME="ONLYGUEST"
></A
->only guest (S)</DT
+>&#62;only guest (S)</DT
><DD
><P
>A synonym for <A
@@ -13212,7 +13449,7 @@ CLASS="PARAMETER"
><A
NAME="OPLOCKBREAKWAITTIME"
></A
->oplock break wait time (G)</DT
+>&#62;oplock break wait time (G)</DT
><DD
><P
>This is a tuning parameter added due to bugs in
@@ -13223,10 +13460,13 @@ NAME="OPLOCKBREAKWAITTIME"
is the amount of time Samba will wait before sending an oplock break
request to such (broken) clients.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>DO NOT CHANGE THIS PARAMETER UNLESS YOU HAVE READ
AND UNDERSTOOD THE SAMBA OPLOCK CODE</I
+></SPAN
>.</P
><P
>Default: <B
@@ -13238,12 +13478,15 @@ CLASS="COMMAND"
><A
NAME="OPLOCKCONTENTIONLIMIT"
></A
->oplock contention limit (S)</DT
+>&#62;oplock contention limit (S)</DT
><DD
><P
->This is a <I
+>This is a <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>very</I
+></SPAN
> advanced
<A
HREF="smbd.8.html"
@@ -13253,23 +13496,27 @@ TARGET="_top"
improve the efficiency of the granting of oplocks under multiple
client contention for the same file.</P
><P
->In brief it specifies a number, which causes <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd</A
-> not to
- grant an oplock even when requested if the approximate number of
- clients contending for an oplock on the same file goes over this
+>In brief it specifies a number, which causes <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+>not to grant an oplock even when requested
+ if the approximate number of clients contending for an oplock on the same file goes over this
limit. This causes <B
CLASS="COMMAND"
>smbd</B
> to behave in a similar
way to Windows NT.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>DO NOT CHANGE THIS PARAMETER UNLESS YOU HAVE READ
AND UNDERSTOOD THE SAMBA OPLOCK CODE</I
+></SPAN
>.</P
><P
>Default: <B
@@ -13281,7 +13528,7 @@ CLASS="COMMAND"
><A
NAME="OPLOCKS"
></A
->oplocks (S)</DT
+>&#62;oplocks (S)</DT
><DD
><P
>This boolean option tells <B
@@ -13351,13 +13598,16 @@ CLASS="COMMAND"
><A
NAME="NTLMAUTH"
></A
->ntlm auth (G)</DT
+>&#62;ntlm auth (G)</DT
><DD
><P
->This parameter determines whether or not <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd</A
+>This parameter determines
+ whether or not <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> will
attempt to authenticate users using the NTLM password hash.
If disabled, only the lanman password hashes will be used.
@@ -13366,7 +13616,8 @@ TARGET="_top"
>Please note that at least this option or <B
CLASS="COMMAND"
>lanman auth</B
-> should be enabled in order to be able to log in.
+> should
+ be enabled in order to be able to log in.
</P
><P
>Default : <B
@@ -13378,15 +13629,17 @@ CLASS="COMMAND"
><A
NAME="OSLEVEL"
></A
->os level (G)</DT
+>&#62;os level (G)</DT
><DD
><P
>This integer value controls what level Samba
advertises itself as for browse elections. The value of this
- parameter determines whether <A
-HREF="nmbd.8.html"
-TARGET="_top"
->nmbd(8)</A
+ parameter determines whether <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>nmbd</SPAN
+>(8)</SPAN
>
has a chance of becoming a local master browser for the <TT
CLASS="PARAMETER"
@@ -13395,9 +13648,12 @@ CLASS="PARAMETER"
></TT
> in the local broadcast area.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note :</I
+></SPAN
>By default, Samba will win
a local master browsing election over all Microsoft operating
systems except a Windows NT 4.0/2000 Domain Controller. This
@@ -13426,15 +13682,15 @@ CLASS="COMMAND"
><A
NAME="OS2DRIVERMAP"
></A
->os2 driver map (G)</DT
+>&#62;os2 driver map (G)</DT
><DD
><P
>The parameter is used to define the absolute
path to a file containing a mapping of Windows NT printer driver
names to OS/2 printer driver names. The format is:</P
><P
->&#60;nt driver name&#62; = &#60;os2 driver
- name&#62;.&#60;device name&#62;</P
+>&lt;nt driver name&gt; = &lt;os2 driver
+ name&gt;.&lt;device name&gt;</P
><P
>For example, a valid entry using the HP LaserJet 5
printer driver would appear as <B
@@ -13445,21 +13701,16 @@ CLASS="COMMAND"
><P
>The need for the file is due to the printer driver namespace
problem described in the <A
-HREF="printer_driver2.html"
+HREF="printing.html"
TARGET="_top"
>Samba
Printing HOWTO</A
>. For more details on OS/2 clients, please
- refer to the <A
-HREF="OS2-Client-HOWTO.html"
-TARGET="_top"
->OS2-Client-HOWTO
- </A
-> containing in the Samba documentation.</P
+ refer to the OS2-Client-HOWTO containing in the Samba documentation.</P
><P
>Default: <B
CLASS="COMMAND"
->os2 driver map = &#60;empty string&#62;
+>os2 driver map = &lt;empty string&gt;
</B
></P
></DD
@@ -13467,7 +13718,7 @@ CLASS="COMMAND"
><A
NAME="PAMPASSWORDCHANGE"
></A
->pam password change (G)</DT
+>&#62;pam password change (G)</DT
><DD
><P
>With the addition of better PAM support in Samba 2.2,
@@ -13505,25 +13756,28 @@ CLASS="COMMAND"
><A
NAME="PANICACTION"
></A
->panic action (G)</DT
+>&#62;panic action (G)</DT
><DD
><P
>This is a Samba developer option that allows a
- system command to be called when either <A
-HREF="smbd.8.html"
-TARGET="_top"
-> smbd(8)</A
-> or <A
-HREF="nmbd.8.html"
-TARGET="_top"
->nmbd(8)</A
->
- crashes. This is usually used to draw attention to the fact that
- a problem occurred.</P
+ system command to be called when either <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> or <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+> crashes. This is usually used to
+ draw attention to the fact that a problem occurred.</P
><P
>Default: <B
CLASS="COMMAND"
->panic action = &#60;empty string&#62;</B
+>panic action = &lt;empty string&gt;</B
></P
><P
>Example: <B
@@ -13535,15 +13789,19 @@ CLASS="COMMAND"
><A
NAME="PARANOIDSERVERSECURITY"
></A
->paranoid server security (G)</DT
+>&#62;paranoid server security (G)</DT
><DD
><P
>Some version of NT 4.x allow non-guest
users with a bad passowrd. When this option is enabled, samba will not
use a broken NT 4.x server as password server, but instead complain
- to the logs and exit.
+ to the logs and exit.
</P
><P
+>Disabling this option prevents Samba from making
+ this check, which involves deliberatly attempting a
+ bad logon to the remote server.</P
+><P
>Default: <B
CLASS="COMMAND"
>paranoid server security = yes</B
@@ -13553,7 +13811,7 @@ CLASS="COMMAND"
><A
NAME="PASSDBBACKEND"
></A
->passdb backend (G)</DT
+>&#62;passdb backend (G)</DT
><DD
><P
>This option allows the administrator to chose which backends to retrieve and store passwords with. This allows (for example) both
@@ -13765,23 +14023,30 @@ CLASS="COMMAND"
><A
NAME="PASSWDCHAT"
></A
->passwd chat (G)</DT
+>&#62;passwd chat (G)</DT
><DD
><P
->This string controls the <I
+>This string controls the <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>"chat"</I
+></SPAN
>
- conversation that takes places between <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd</A
+ conversation that takes places between <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> and the local password changing
program to change the user's password. The string describes a
- sequence of response-receive pairs that <A
-HREF="smbd.8.html"
-TARGET="_top"
-> smbd(8)</A
+ sequence of response-receive pairs that <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> uses to determine what to send to the
<A
HREF="#PASSWDPROGRAM"
@@ -13812,9 +14077,12 @@ CLASS="PARAMETER"
CLASS="CONSTANT"
>yes</TT
>. This
- sequence is then called <I
+ sequence is then called <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>AS ROOT</I
+></SPAN
> when the SMB password
in the smbpasswd file is being changed, without access to the old
password cleartext. This means that root must be able to reset the user's password
@@ -13835,16 +14103,16 @@ CLASS="PARAMETER"
for the new password. The chat sequence can also contain the standard
macros <TT
CLASS="CONSTANT"
->\n</TT
+>\\n</TT
>, <TT
CLASS="CONSTANT"
->\r</TT
+>\\r</TT
>, <TT
CLASS="CONSTANT"
-> \t</TT
+> \\t</TT
> and <TT
CLASS="CONSTANT"
->\s</TT
+>\\s</TT
> to give line-feed,
carriage-return, tab and space. The chat sequence string can also contain
a '*' which matches any sequence of characters.
@@ -13909,14 +14177,14 @@ CLASS="PARAMETER"
><P
>Default: <B
CLASS="COMMAND"
->passwd chat = *new*password* %n\n
- *new*password* %n\n *changed*</B
+>passwd chat = *new*password* %n\\n
+ *new*password* %n\\n *changed*</B
></P
><P
>Example: <B
CLASS="COMMAND"
->passwd chat = "*Enter OLD password*" %o\n
- "*Enter NEW password*" %n\n "*Reenter NEW password*" %n\n "*Password
+>passwd chat = "*Enter OLD password*" %o\\n
+ "*Enter NEW password*" %n\\n "*Reenter NEW password*" %n\\n "*Password
changed*"</B
></P
></DD
@@ -13924,19 +14192,24 @@ CLASS="COMMAND"
><A
NAME="PASSWDCHATDEBUG"
></A
->passwd chat debug (G)</DT
+>&#62;passwd chat debug (G)</DT
><DD
><P
>This boolean specifies if the passwd chat script
- parameter is run in <I
+ parameter is run in <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>debug</I
+></SPAN
> mode. In this mode the
strings passed to and received from the passwd chat are printed
- in the <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
+ in the <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> log with a
<A
HREF="#DEBUGLEVEL"
@@ -14014,7 +14287,7 @@ CLASS="COMMAND"
><A
NAME="PASSWDPROGRAM"
></A
->passwd program (G)</DT
+>&#62;passwd program (G)</DT
><DD
><P
>The name of a program that can be used to set
@@ -14027,18 +14300,24 @@ CLASS="PARAMETER"
will be replaced with the user name. The user name is checked for
existence before calling the password changing program.</P
><P
->Also note that many passwd programs insist in <I
+>Also note that many passwd programs insist in <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>reasonable
</I
+></SPAN
> passwords, such as a minimum length, or the inclusion
of mixed case chars and digits. This can pose a problem as some clients
(such as Windows for Workgroups) uppercase the password before sending
it.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note</I
+></SPAN
> that if the <TT
CLASS="PARAMETER"
><I
@@ -14049,9 +14328,12 @@ CLASS="PARAMETER"
CLASS="CONSTANT"
>yes
</TT
-> then this program is called <I
+> then this program is called <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>AS ROOT</I
+></SPAN
>
before the SMB password in the <A
HREF="smbpasswd.5.html"
@@ -14071,13 +14353,19 @@ CLASS="PARAMETER"
>unix password sync</I
></TT
> parameter
- is set this parameter <I
+ is set this parameter <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>MUST USE ABSOLUTE PATHS</I
+></SPAN
>
- for <I
+ for <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>ALL</I
+></SPAN
> programs called, and must be examined
for security implications. Note that by default <TT
CLASS="PARAMETER"
@@ -14116,7 +14404,7 @@ CLASS="COMMAND"
><A
NAME="PASSWORDLEVEL"
></A
->password level (G)</DT
+>&#62;password level (G)</DT
><DD
><P
>Some client/server combinations have difficulty
@@ -14176,7 +14464,7 @@ CLASS="COMMAND"
><A
NAME="PASSWORDSERVER"
></A
->password server (G)</DT
+>&#62;password server (G)</DT
><DD
><P
>By specifying the name of another SMB server (such
@@ -14216,15 +14504,21 @@ CLASS="PARAMETER"
the "LM1.2X002" or the "NT LM 0.12" protocol, and it must be in
user level security mode.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>NOTE:</I
+></SPAN
> Using a password server
means your UNIX box (running Samba) is only as secure as your
- password server. <I
+ password server. <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>DO NOT CHOOSE A PASSWORD SERVER THAT
YOU DON'T COMPLETELY TRUST</I
+></SPAN
>.</P
><P
>Never point a Samba server at itself for password
@@ -14281,7 +14575,7 @@ CLASS="PARAMETER"
Primary or Backup Domain controllers to authenticate against by
doing a query for the name <TT
CLASS="CONSTANT"
->WORKGROUP&#60;1C&#62;</TT
+>WORKGROUP&lt;1C&gt;</TT
>
and then contacting each server returned in the list of IP
addresses from the name resolution source. </P
@@ -14359,7 +14653,7 @@ CLASS="PARAMETER"
><P
>Default: <B
CLASS="COMMAND"
->password server = &#60;empty string&#62;</B
+>password server = &lt;empty string&gt;</B
>
</P
><P
@@ -14378,7 +14672,7 @@ CLASS="COMMAND"
><A
NAME="PATH"
></A
->path (S)</DT
+>&#62;path (S)</DT
><DD
><P
>This parameter specifies a directory to which
@@ -14419,9 +14713,12 @@ CLASS="PARAMETER"
></A
> if one was specified.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none</I
+></SPAN
></P
><P
>Example: <B
@@ -14433,7 +14730,7 @@ CLASS="COMMAND"
><A
NAME="PIDDIRECTORY"
></A
->pid directory (G)</DT
+>&#62;pid directory (G)</DT
><DD
><P
>This option specifies the directory where pid
@@ -14454,16 +14751,15 @@ CLASS="COMMAND"
><A
NAME="POSIXLOCKING"
></A
->posix locking (S)</DT
+>&#62;posix locking (S)</DT
><DD
><P
->The <A
-HREF="smbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbd(8)</B
-></A
+>The <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
>
daemon maintains an database of file locks obtained by SMB clients.
The default behavior is to map this internal database to POSIX
@@ -14481,7 +14777,7 @@ CLASS="COMMAND"
><A
NAME="POSTEXEC"
></A
->postexec (S)</DT
+>&#62;postexec (S)</DT
><DD
><P
>This option specifies a command to be run
@@ -14508,23 +14804,26 @@ CLASS="PARAMETER"
</A
>.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none (no command executed)</I
+></SPAN
>
</P
><P
>Example: <B
CLASS="COMMAND"
>postexec = echo \"%u disconnected from %S
- from %m (%I)\" &#62;&#62; /tmp/log</B
+ from %m (%I)\" &gt;&gt; /tmp/log</B
></P
></DD
><DT
><A
NAME="POSTSCRIPT"
></A
->postscript (S)</DT
+>&#62;postscript (S)</DT
><DD
><P
>This parameter forces a printer to interpret
@@ -14547,7 +14846,7 @@ CLASS="COMMAND"
><A
NAME="PREEXEC"
></A
->preexec (S)</DT
+>&#62;preexec (S)</DT
><DD
><P
>This option specifies a command to be run whenever
@@ -14560,7 +14859,7 @@ NAME="PREEXEC"
><B
CLASS="COMMAND"
>preexec = csh -c 'echo \"Welcome to %S!\" |
- /usr/local/samba/bin/smbclient -M %m -I %I' &#38; </B
+ /usr/local/samba/bin/smbclient -M %m -I %I' &amp; </B
></P
><P
>Of course, this could get annoying after a while :-)</P
@@ -14585,22 +14884,25 @@ CLASS="PARAMETER"
></A
>.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none (no command executed)</I
+></SPAN
></P
><P
>Example: <B
CLASS="COMMAND"
>preexec = echo \"%u connected to %S from %m
- (%I)\" &#62;&#62; /tmp/log</B
+ (%I)\" &gt;&gt; /tmp/log</B
></P
></DD
><DT
><A
NAME="PREEXECCLOSE"
></A
->preexec close (S)</DT
+>&#62;preexec close (S)</DT
><DD
><P
>This boolean option controls whether a non-zero
@@ -14624,7 +14926,7 @@ CLASS="COMMAND"
><A
NAME="PREFERREDMASTER"
></A
->preferred master (G)</DT
+>&#62;preferred master (G)</DT
><DD
><P
>This boolean parameter controls if <A
@@ -14686,7 +14988,7 @@ CLASS="COMMAND"
><A
NAME="PREFEREDMASTER"
></A
->prefered master (G)</DT
+>&#62;prefered master (G)</DT
><DD
><P
>Synonym for <A
@@ -14703,7 +15005,7 @@ CLASS="PARAMETER"
><A
NAME="PRELOAD"
></A
->preload (G)</DT
+>&#62;preload (G)</DT
><DD
><P
>This is a list of services that you want to be
@@ -14722,9 +15024,12 @@ CLASS="PARAMETER"
></A
> option is easier.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no preloaded services</I
+></SPAN
></P
><P
>Example: <B
@@ -14736,7 +15041,7 @@ CLASS="COMMAND"
><A
NAME="PRESERVECASE"
></A
->preserve case (S)</DT
+>&#62;preserve case (S)</DT
><DD
><P
> This controls if new filenames are created
@@ -14758,7 +15063,7 @@ CLASS="COMMAND"
></P
><P
>See the section on <A
-HREF="#AEN205"
+HREF="#AEN206"
>NAME
MANGLING</A
> for a fuller discussion.</P
@@ -14767,7 +15072,7 @@ HREF="#AEN205"
><A
NAME="PRINTCOMMAND"
></A
->print command (S)</DT
+>&#62;print command (S)</DT
><DD
><P
>After a print job has finished spooling to
@@ -14800,9 +15105,12 @@ CLASS="COMMAND"
>%z - the size of the spooled
print job (in bytes)</P
><P
->The print command <I
+>The print command <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>MUST</I
+></SPAN
> contain at least
one occurrence of <TT
CLASS="PARAMETER"
@@ -14860,7 +15168,7 @@ CLASS="PARAMETER"
><P
><B
CLASS="COMMAND"
->print command = echo Printing %s &#62;&#62;
+>print command = echo Printing %s &gt;&gt;
/tmp/print.log; lpr -P %p %s; rm %s</B
></P
><P
@@ -14936,7 +15244,7 @@ CLASS="COMMAND"
><A
NAME="PRINTOK"
></A
->print ok (S)</DT
+>&#62;print ok (S)</DT
><DD
><P
>Synonym for <A
@@ -14953,7 +15261,7 @@ CLASS="PARAMETER"
><A
NAME="PRINTABLE"
></A
->printable (S)</DT
+>&#62;printable (S)</DT
><DD
><P
>If this parameter is <TT
@@ -14986,7 +15294,7 @@ CLASS="COMMAND"
><A
NAME="PRINTCAP"
></A
->printcap (G)</DT
+>&#62;printcap (G)</DT
><DD
><P
>Synonym for <A
@@ -15003,7 +15311,7 @@ CLASS="PARAMETER"
><A
NAME="PRINTCAPNAME"
></A
->printcap name (G)</DT
+>&#62;printcap name (G)</DT
><DD
><P
>This parameter may be used to override the
@@ -15011,7 +15319,7 @@ NAME="PRINTCAPNAME"
CLASS="FILENAME"
> /etc/printcap</TT
>). See the discussion of the <A
-HREF="#AEN79"
+HREF="#AEN80"
>[printers]</A
> section above for reasons
why you might want to do this.</P
@@ -15060,32 +15368,25 @@ CLASS="COMMAND"
><P
>A minimal printcap file would look something like this:</P
><P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="90%"
-><TR
-><TD
><PRE
CLASS="PROGRAMLISTING"
-> print1|My Printer 1
- print2|My Printer 2
- print3|My Printer 3
- print4|My Printer 4
- print5|My Printer 5
- </PRE
-></TD
-></TR
-></TABLE
+>print1|My Printer 1
+print2|My Printer 2
+print3|My Printer 3
+print4|My Printer 4
+print5|My Printer 5</PRE
></P
><P
>where the '|' separates aliases of a printer. The fact
that the second alias has a space in it gives a hint to Samba
that it's a comment.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>NOTE</I
+></SPAN
>: Under AIX the default printcap
name is <TT
CLASS="FILENAME"
@@ -15114,7 +15415,7 @@ CLASS="COMMAND"
><A
NAME="PRINTERADMIN"
></A
->printer admin (S)</DT
+>&#62;printer admin (S)</DT
><DD
><P
>This is a list of users that can do anything to
@@ -15124,7 +15425,7 @@ NAME="PRINTERADMIN"
><P
>Default: <B
CLASS="COMMAND"
->printer admin = &#60;empty string&#62;</B
+>printer admin = &lt;empty string&gt;</B
>
</P
><P
@@ -15137,17 +15438,20 @@ CLASS="COMMAND"
><A
NAME="PRINTERDRIVER"
></A
->printer driver (S)</DT
+>&#62;printer driver (S)</DT
><DD
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note :</I
+></SPAN
>This is a deprecated
parameter and will be removed in the next major release
following version 2.2. Please see the instructions in
the <A
-HREF="printer_driver2.html"
+HREF="printing.html"
TARGET="_top"
>Samba 2.2. Printing
HOWTO</A
@@ -15196,17 +15500,20 @@ CLASS="COMMAND"
><A
NAME="PRINTERDRIVERFILE"
></A
->printer driver file (G)</DT
+>&#62;printer driver file (G)</DT
><DD
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note :</I
+></SPAN
>This is a deprecated
parameter and will be removed in the next major release
following version 2.2. Please see the instructions in
the <A
-HREF="printer_driver2.html"
+HREF="printing.html"
TARGET="_top"
>Samba 2.2. Printing
HOWTO</A
@@ -15254,9 +15561,12 @@ CLASS="PARAMETER"
></A
>.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>None (set in compile).</I
+></SPAN
></P
><P
>Example: <B
@@ -15269,17 +15579,20 @@ CLASS="COMMAND"
><A
NAME="PRINTERDRIVERLOCATION"
></A
->printer driver location (S)</DT
+>&#62;printer driver location (S)</DT
><DD
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note :</I
+></SPAN
>This is a deprecated
parameter and will be removed in the next major release
following version 2.2. Please see the instructions in
the <A
-HREF="printer_driver2.html"
+HREF="printing.html"
TARGET="_top"
>Samba 2.2. Printing
HOWTO</A
@@ -15333,7 +15646,7 @@ CLASS="COMMAND"
><A
NAME="PRINTERNAME"
></A
->printer name (S)</DT
+>&#62;printer name (S)</DT
><DD
><P
>This parameter specifies the name of the printer
@@ -15343,13 +15656,16 @@ NAME="PRINTERNAME"
name given will be used for any printable service that does
not have its own printer name specified.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>none (but may be <TT
CLASS="CONSTANT"
>lp</TT
>
on many systems)</I
+></SPAN
></P
><P
>Example: <B
@@ -15361,7 +15677,7 @@ CLASS="COMMAND"
><A
NAME="PRINTER"
></A
->printer (S)</DT
+>&#62;printer (S)</DT
><DD
><P
>Synonym for <A
@@ -15378,7 +15694,7 @@ CLASS="PARAMETER"
><A
NAME="PRINTING"
></A
->printing (S)</DT
+>&#62;printing (S)</DT
><DD
><P
>This parameters controls how printer status
@@ -15458,7 +15774,7 @@ TARGET="_top"
>This option can be set on a per printer basis</P
><P
>See also the discussion in the <A
-HREF="#AEN79"
+HREF="#AEN80"
> [printers]</A
> section.</P
></DD
@@ -15466,7 +15782,7 @@ HREF="#AEN79"
><A
NAME="PRIVATEDIR"
></A
->private dir (G)</DT
+>&#62;private dir (G)</DT
><DD
><P
>This parameters defines the directory
@@ -15489,7 +15805,7 @@ CLASS="COMMAND"
><A
NAME="PROTOCOL"
></A
->protocol (G)</DT
+>&#62;protocol (G)</DT
><DD
><P
>Synonym for <A
@@ -15506,7 +15822,7 @@ CLASS="PARAMETER"
><A
NAME="PUBLIC"
></A
->public (S)</DT
+>&#62;public (S)</DT
><DD
><P
>Synonym for <A
@@ -15524,7 +15840,7 @@ CLASS="PARAMETER"
><A
NAME="QUEUEPAUSECOMMAND"
></A
->queuepause command (S)</DT
+>&#62;queuepause command (S)</DT
><DD
><P
>This parameter specifies the command to be
@@ -15551,7 +15867,9 @@ CLASS="PARAMETER"
path in the command as the PATH may not be available to the
server.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>depends on the setting of <TT
CLASS="PARAMETER"
@@ -15560,6 +15878,7 @@ CLASS="PARAMETER"
</I
></TT
></I
+></SPAN
></P
><P
>Example: <B
@@ -15571,7 +15890,7 @@ CLASS="COMMAND"
><A
NAME="QUEUERESUMECOMMAND"
></A
->queueresume command (S)</DT
+>&#62;queueresume command (S)</DT
><DD
><P
>This parameter specifies the command to be
@@ -15608,7 +15927,9 @@ CLASS="PARAMETER"
path in the command as the PATH may not be available to the
server.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>depends on the setting of <A
HREF="#PRINTING"
@@ -15619,6 +15940,7 @@ CLASS="PARAMETER"
></TT
></A
></I
+></SPAN
>
</P
><P
@@ -15632,7 +15954,7 @@ CLASS="COMMAND"
><A
NAME="READBMPX"
></A
->read bmpx (G)</DT
+>&#62;read bmpx (G)</DT
><DD
><P
>This boolean parameter controls whether <A
@@ -15656,7 +15978,7 @@ CLASS="COMMAND"
><A
NAME="READLIST"
></A
->read list (S)</DT
+>&#62;read list (S)</DT
><DD
><P
>This is a list of users that are given read-only
@@ -15702,7 +16024,7 @@ CLASS="PARAMETER"
><P
>Default: <B
CLASS="COMMAND"
->read list = &#60;empty string&#62;</B
+>read list = &lt;empty string&gt;</B
></P
><P
>Example: <B
@@ -15714,7 +16036,7 @@ CLASS="COMMAND"
><A
NAME="READONLY"
></A
->read only (S)</DT
+>&#62;read only (S)</DT
><DD
><P
>An inverted synonym is <A
@@ -15738,9 +16060,12 @@ CLASS="CONSTANT"
CLASS="COMMAND"
>printable = yes</B
>)
- will <I
+ will <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>ALWAYS</I
+></SPAN
> allow writing to the directory
(user privileges permitting), but only via spooling operations.</P
><P
@@ -15753,7 +16078,7 @@ CLASS="COMMAND"
><A
NAME="READRAW"
></A
->read raw (G)</DT
+>&#62;read raw (G)</DT
><DD
><P
>This parameter controls whether or not the server
@@ -15788,7 +16113,7 @@ CLASS="COMMAND"
><A
NAME="READSIZE"
></A
->read size (G)</DT
+>&#62;read size (G)</DT
><DD
><P
>The option <TT
@@ -15829,7 +16154,7 @@ CLASS="COMMAND"
><A
NAME="REALM"
></A
->realm (G)</DT
+>&#62;realm (G)</DT
><DD
><P
> This option specifies the kerberos realm to use. The realm is
@@ -15854,7 +16179,7 @@ CLASS="COMMAND"
><A
NAME="REMOTEANNOUNCE"
></A
->remote announce (G)</DT
+>&#62;remote announce (G)</DT
><DD
><P
>This option allows you to setup <A
@@ -15898,9 +16223,10 @@ CLASS="PARAMETER"
addresses of the remote networks, but can also be the IP addresses
of known browse masters if your network config is that stable.</P
><P
->See the documentation file <TT
-CLASS="FILENAME"
->BROWSING.txt</TT
+>See the documentation file <A
+HREF="improved-browsing.html"
+TARGET="_top"
+>BROWSING</A
>
in the <TT
CLASS="FILENAME"
@@ -15909,7 +16235,7 @@ CLASS="FILENAME"
><P
>Default: <B
CLASS="COMMAND"
->remote announce = &#60;empty string&#62;
+>remote announce = &lt;empty string&gt;
</B
></P
></DD
@@ -15917,7 +16243,7 @@ CLASS="COMMAND"
><A
NAME="REMOTEBROWSESYNC"
></A
->remote browse sync (G)</DT
+>&#62;remote browse sync (G)</DT
><DD
><P
>This option allows you to setup <A
@@ -15959,7 +16285,7 @@ CLASS="COMMAND"
><P
>Default: <B
CLASS="COMMAND"
->remote browse sync = &#60;empty string&#62;
+>remote browse sync = &lt;empty string&gt;
</B
></P
></DD
@@ -15967,7 +16293,7 @@ CLASS="COMMAND"
><A
NAME="RESTRICTANONYMOUS"
></A
->restrict anonymous (G)</DT
+>&#62;restrict anonymous (G)</DT
><DD
><P
>This is a integer parameter, and
@@ -15987,7 +16313,7 @@ CLASS="COMMAND"
><A
NAME="ROOT"
></A
->root (G)</DT
+>&#62;root (G)</DT
><DD
><P
>Synonym for <A
@@ -16004,7 +16330,7 @@ CLASS="PARAMETER"
><A
NAME="ROOTDIR"
></A
->root dir (G)</DT
+>&#62;root dir (G)</DT
><DD
><P
>Synonym for <A
@@ -16021,7 +16347,7 @@ CLASS="PARAMETER"
><A
NAME="ROOTDIRECTORY"
></A
->root directory (G)</DT
+>&#62;root directory (G)</DT
><DD
><P
>The server will <B
@@ -16058,9 +16384,12 @@ CLASS="PARAMETER"
>root directory</I
></TT
>
- option, <I
+ option, <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>including</I
+></SPAN
> some files needed for
complete operation of the server. To maintain full operability
of the server you will need to mirror some system files
@@ -16092,7 +16421,7 @@ CLASS="COMMAND"
><A
NAME="ROOTPOSTEXEC"
></A
->root postexec (S)</DT
+>&#62;root postexec (S)</DT
><DD
><P
>This is the same as the <TT
@@ -16117,7 +16446,7 @@ CLASS="PARAMETER"
><P
>Default: <B
CLASS="COMMAND"
->root postexec = &#60;empty string&#62;
+>root postexec = &lt;empty string&gt;
</B
></P
></DD
@@ -16125,7 +16454,7 @@ CLASS="COMMAND"
><A
NAME="ROOTPREEXEC"
></A
->root preexec (S)</DT
+>&#62;root preexec (S)</DT
><DD
><P
>This is the same as the <TT
@@ -16158,7 +16487,7 @@ CLASS="PARAMETER"
><P
>Default: <B
CLASS="COMMAND"
->root preexec = &#60;empty string&#62;
+>root preexec = &lt;empty string&gt;
</B
></P
></DD
@@ -16166,7 +16495,7 @@ CLASS="COMMAND"
><A
NAME="ROOTPREEXECCLOSE"
></A
->root preexec close (S)</DT
+>&#62;root preexec close (S)</DT
><DD
><P
>This is the same as the <TT
@@ -16204,7 +16533,7 @@ CLASS="COMMAND"
><A
NAME="SECURITY"
></A
->security (G)</DT
+>&#62;security (G)</DT
><DD
><P
>This option affects how clients respond to
@@ -16214,11 +16543,12 @@ CLASS="FILENAME"
> file.</P
><P
>The option sets the "security mode bit" in replies to
- protocol negotiations with <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)
- </A
+ protocol negotiations with <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> to turn share level security on or off. Clients decide
based on this bit whether (and how) to transfer user and password
information to the server.</P
@@ -16293,9 +16623,12 @@ CLASS="PARAMETER"
>It is possible to use <B
CLASS="COMMAND"
>smbd</B
-> in a <I
+> in a <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
> hybrid mode</I
+></SPAN
> where it is offers both user and share
level security under different <A
HREF="#NETBIOSALIASES"
@@ -16312,10 +16645,13 @@ CLASS="PARAMETER"
><A
NAME="SECURITYEQUALSSHARE"
></A
+>&#62;<SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>SECURITY = SHARE
</I
+></SPAN
></P
><P
>When clients connect to a share level security server they
@@ -16333,9 +16669,12 @@ CLASS="COMMAND"
>Note that <B
CLASS="COMMAND"
>smbd</B
-> <I
+> <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>ALWAYS</I
+></SPAN
>
uses a valid UNIX user to act on behalf of the client, even in
<B
@@ -16395,10 +16734,13 @@ CLASS="PARAMETER"
></LI
><LI
><P
->If the client did a previous <I
+>If the client did a previous <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>logon
</I
+></SPAN
> request (the SessionSetup SMB call) then the
username sent in this SMB will be added as a potential username.
</P
@@ -16453,28 +16795,34 @@ CLASS="PARAMETER"
>, then this
guest user will be used, otherwise access is denied.</P
><P
->Note that it can be <I
+>Note that it can be <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>very</I
+></SPAN
> confusing
in share-level security as to which UNIX username will eventually
be used in granting access.</P
><P
>See also the section <A
-HREF="#AEN238"
+HREF="#AEN239"
> NOTE ABOUT USERNAME/PASSWORD VALIDATION</A
>.</P
><P
><A
NAME="SECURITYEQUALSUSER"
></A
+>&#62;<SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>SECURITY = USER
</I
+></SPAN
></P
><P
->This is the default security setting in Samba 2.2.
+>This is the default security setting in Samba 3.0.
With user-level security a client must first "log-on" with a
valid username and password (which can be mapped using the <A
HREF="#USERNAMEMAP"
@@ -16514,13 +16862,19 @@ CLASS="PARAMETER"
may change the UNIX user to use on this connection, but only after
the user has been successfully authenticated.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note</I
+></SPAN
> that the name of the resource being
- requested is <I
+ requested is <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>not</I
+></SPAN
> sent to the server until after
the server has successfully authenticated the client. This is why
guest shares don't work in user level security without allowing
@@ -16545,62 +16899,87 @@ CLASS="PARAMETER"
> parameter for details on doing this.</P
><P
>See also the section <A
-HREF="#AEN238"
+HREF="#AEN239"
> NOTE ABOUT USERNAME/PASSWORD VALIDATION</A
>.</P
><P
><A
-NAME="SECURITYEQUALSSERVER"
+NAME="SECURITYEQUALSDOMAIN"
></A
+>&#62;<SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
->SECURITY = SERVER
+>SECURITY = DOMAIN
+
</I
+></SPAN
></P
><P
->In this mode Samba will try to validate the username/password
- by passing it to another SMB server, such as an NT box. If this
- fails it will revert to <B
-CLASS="COMMAND"
->security = user</B
->, but note
- that if encrypted passwords have been negotiated then Samba cannot
- revert back to checking the UNIX password file, it must have a valid
- <TT
-CLASS="FILENAME"
->smbpasswd</TT
-> file to check users against. See the
- documentation file in the <TT
-CLASS="FILENAME"
->docs/</TT
-> directory
- <TT
-CLASS="FILENAME"
->ENCRYPTION.txt</TT
-> for details on how to set this
- up.</P
+>This mode will only work correctly if <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>net</SPAN
+>(8)</SPAN
+> has been used to add this
+ machine into a Windows NT Domain. It expects the <A
+HREF="#ENCRYPTPASSWORDS"
+><TT
+CLASS="PARAMETER"
+><I
+>encrypted passwords</I
+></TT
+>
+ </A
+> parameter to be set to <TT
+CLASS="CONSTANT"
+>yes</TT
+>. In this
+ mode Samba will try to validate the username/password by passing
+ it to a Windows NT Primary or Backup Domain Controller, in exactly
+ the same way that a Windows NT Server would do.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note</I
-> that from the client's point of
- view <B
+></SPAN
+> that a valid UNIX user must still
+ exist as well as the account on the Domain Controller to allow
+ Samba to have a valid UNIX account to map file access to.</P
+><P
+><SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>Note</I
+></SPAN
+> that from the client's point
+ of view <B
CLASS="COMMAND"
->security = server</B
+>security = domain</B
> is the same as <B
CLASS="COMMAND"
-> security = user</B
->. It only affects how the server deals
- with the authentication, it does not in any way affect what the
- client sees.</P
+>security = user
+ </B
+>. It only affects how the server deals with the authentication,
+ it does not in any way affect what the client sees.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note</I
+></SPAN
> that the name of the resource being
- requested is <I
+ requested is <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>not</I
+></SPAN
> sent to the server until after
the server has successfully authenticated the client. This is why
guest shares don't work in user level security without allowing
@@ -16625,7 +17004,7 @@ CLASS="PARAMETER"
> parameter for details on doing this.</P
><P
>See also the section <A
-HREF="#AEN238"
+HREF="#AEN239"
> NOTE ABOUT USERNAME/PASSWORD VALIDATION</A
>.</P
><P
@@ -16650,20 +17029,24 @@ CLASS="PARAMETER"
> parameter.</P
><P
><A
-NAME="SECURITYEQUALSDOMAIN"
+NAME="SECURITYEQUALSSERVER"
></A
+>&#62;<SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
->SECURITY = DOMAIN
+>SECURITY = SERVER
</I
+></SPAN
></P
><P
->This mode will only work correctly if <A
-HREF="smbpasswd.8.html"
-TARGET="_top"
->smbpasswd(8)</A
-> has been used to add this
- machine into a Windows NT Domain. It expects the <A
+>In this mode Samba will try to validate the username/password
+ by passing it to another SMB server, such as an NT box. If this
+ fails it will revert to <B
+CLASS="COMMAND"
+>security =
+ user</B
+>. It expects the <A
HREF="#ENCRYPTPASSWORDS"
><TT
CLASS="PARAMETER"
@@ -16672,42 +17055,76 @@ CLASS="PARAMETER"
></TT
>
</A
-> parameter to be set to <TT
+> parameter to be set to
+ <TT
CLASS="CONSTANT"
>yes</TT
->. In this
- mode Samba will try to validate the username/password by passing
- it to a Windows NT Primary or Backup Domain Controller, in exactly
- the same way that a Windows NT Server would do.</P
+>, unless the remote server
+ does not support them. However note
+ that if encrypted passwords have been negotiated then Samba cannot
+ revert back to checking the UNIX password file, it must have a valid
+ <TT
+CLASS="FILENAME"
+>smbpasswd</TT
+> file to check users against. See the
+ documentation file in the <TT
+CLASS="FILENAME"
+>docs/</TT
+> directory
+ <TT
+CLASS="FILENAME"
+>ENCRYPTION.txt</TT
+> for details on how to set this
+ up.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note</I
-> that a valid UNIX user must still
- exist as well as the account on the Domain Controller to allow
- Samba to have a valid UNIX account to map file access to.</P
-><P
+></SPAN
+> this mode of operation
+ has significant pitfalls, due to the fact that is
+ activly initiates a man-in-the-middle attack on the
+ remote SMB server. In particular, this mode of
+ operation can cause significant resource consuption on
+ the PDC, as it must maintain an active connection for
+ the duration of the user's session. Furthermore, if
+ this connection is lost, there is no way to
+ reestablish it, and futher authenticaions to the Samba
+ server may fail. (From a single client, till it
+ disconnects). </P
+><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note</I
-> that from the client's point
- of view <B
+></SPAN
+> that from the client's point of
+ view <B
CLASS="COMMAND"
->security = domain</B
+>security = server</B
> is the same as <B
CLASS="COMMAND"
->security = user
- </B
->. It only affects how the server deals with the authentication,
- it does not in any way affect what the client sees.</P
+> security = user</B
+>. It only affects how the server deals
+ with the authentication, it does not in any way affect what the
+ client sees.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note</I
+></SPAN
> that the name of the resource being
- requested is <I
+ requested is <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>not</I
+></SPAN
> sent to the server until after
the server has successfully authenticated the client. This is why
guest shares don't work in user level security without allowing
@@ -16731,22 +17148,8 @@ CLASS="PARAMETER"
</A
> parameter for details on doing this.</P
><P
-><I
-CLASS="EMPHASIS"
->BUG:</I
-> There is currently a bug in the
- implementation of <B
-CLASS="COMMAND"
->security = domain</B
-> with respect
- to multi-byte character set usernames. The communication with a
- Domain Controller must be done in UNICODE and Samba currently
- does not widen multi-byte user names to UNICODE correctly, thus
- a multi-byte username will not be recognized correctly at the
- Domain Controller. This issue will be addressed in a future release.</P
-><P
>See also the section <A
-HREF="#AEN238"
+HREF="#AEN239"
> NOTE ABOUT USERNAME/PASSWORD VALIDATION</A
>.</P
><P
@@ -16784,7 +17187,7 @@ CLASS="COMMAND"
><A
NAME="SECURITYMASK"
></A
->security mask (S)</DT
+>&#62;security mask (S)</DT
><DD
><P
>This parameter controls what UNIX permission
@@ -16802,9 +17205,12 @@ NAME="SECURITYMASK"
a user to modify all the user/group/world permissions on a file.
</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Note</I
+></SPAN
> that users who can access the
Samba server through other means can easily bypass this
restriction, so it is primarily useful for standalone
@@ -16856,7 +17262,7 @@ CLASS="COMMAND"
><A
NAME="SERVERSTRING"
></A
->server string (G)</DT
+>&#62;server string (G)</DT
><DD
><P
>This controls what string will show up in the
@@ -16901,7 +17307,7 @@ CLASS="COMMAND"
><A
NAME="SETDIRECTORY"
></A
->set directory (S)</DT
+>&#62;set directory (S)</DT
><DD
><P
>If <B
@@ -16927,7 +17333,7 @@ CLASS="COMMAND"
><A
NAME="SHAREMODES"
></A
->share modes (S)</DT
+>&#62;share modes (S)</DT
><DD
><P
>This enables or disables the honoring of
@@ -16971,9 +17377,12 @@ CLASS="CONSTANT"
>This option gives full share compatibility and enabled
by default.</P
><P
->You should <I
+>You should <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>NEVER</I
+></SPAN
> turn this parameter
off as many Windows applications will break if you do so.</P
><P
@@ -16986,7 +17395,7 @@ CLASS="COMMAND"
><A
NAME="SHORTPRESERVECASE"
></A
->short preserve case (S)</DT
+>&#62;short preserve case (S)</DT
><DD
><P
>This boolean parameter controls if new files
@@ -17012,7 +17421,7 @@ CLASS="COMMAND"
names are lowered. </P
><P
>See the section on <A
-HREF="#AEN205"
+HREF="#AEN206"
> NAME MANGLING</A
>.</P
><P
@@ -17025,7 +17434,7 @@ CLASS="COMMAND"
><A
NAME="SHOWADDPRINTERWIZARD"
></A
->show add printer wizard (G)</DT
+>&#62;show add printer wizard (G)</DT
><DD
><P
>With the introduction of MS-RPC based printing support
@@ -17056,9 +17465,12 @@ CLASS="PARAMETER"
></TT
>
parameter will always cause the OpenPrinterEx() on the server
- to fail. Thus the APW icon will never be displayed. <I
+ to fail. Thus the APW icon will never be displayed. <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
> Note :</I
+></SPAN
>This does not prevent the same user from having
administrative privilege on an individual printer.</P
><P
@@ -17098,12 +17510,15 @@ CLASS="COMMAND"
><A
NAME="SHUTDOWNSCRIPT"
></A
->shutdown script (G)</DT
+>&#62;shutdown script (G)</DT
><DD
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>This parameter only exists in the HEAD cvs branch</I
+></SPAN
>
This a full path name to a script called by
<A
@@ -17144,9 +17559,12 @@ CLASS="PARAMETER"
>%r</I
></TT
> will be substituted with the
- switch <I
+ switch <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>-r</I
+></SPAN
>. It means reboot after shutdown
for NT.
</P
@@ -17157,15 +17575,21 @@ CLASS="PARAMETER"
>%f</I
></TT
> will be substituted with the
- switch <I
+ switch <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>-f</I
+></SPAN
>. It means force the shutdown
even if applications do not respond for NT.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>None</I
+></SPAN
>.</P
><P
>Example: <B
@@ -17174,25 +17598,15 @@ CLASS="COMMAND"
></P
><P
>Shutdown script example:
- <TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="90%"
-><TR
-><TD
-><PRE
+<PRE
CLASS="PROGRAMLISTING"
-> #!/bin/bash
+>#!/bin/bash
- $time=0
- let "time/60"
- let "time++"
+$time=0
+let "time/60"
+let "time++"
- /sbin/shutdown $3 $4 +$time $1 &#38;
- </PRE
-></TD
-></TR
-></TABLE
+/sbin/shutdown $3 $4 +$time $1 &amp;</PRE
>
Shutdown does not return so we need to launch it in background.
</P
@@ -17211,7 +17625,7 @@ CLASS="PARAMETER"
><A
NAME="SMBPASSWDFILE"
></A
->smb passwd file (G)</DT
+>&#62;smb passwd file (G)</DT
><DD
><P
>This option sets the path to the encrypted
@@ -17234,7 +17648,7 @@ CLASS="COMMAND"
><A
NAME="SMBPORTS"
></A
->smb ports (G)</DT
+>&#62;smb ports (G)</DT
><DD
><P
>Specifies which ports the server should listen on
@@ -17250,7 +17664,7 @@ CLASS="COMMAND"
><A
NAME="SOCKETADDRESS"
></A
->socket address (G)</DT
+>&#62;socket address (G)</DT
><DD
><P
>This option allows you to control what
@@ -17271,7 +17685,7 @@ CLASS="COMMAND"
><A
NAME="SOCKETOPTIONS"
></A
->socket options (G)</DT
+>&#62;socket options (G)</DT
><DD
><P
>This option allows you to set socket options
@@ -17352,9 +17766,12 @@ TARGET="_top"
></LI
></UL
><P
->Those marked with a <I
+>Those marked with a <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>'*'</I
+></SPAN
> take an integer
argument. The others can optionally take a 1 or 0 argument to enable
or disable the option, by default they will be enabled if you
@@ -17402,7 +17819,7 @@ CLASS="COMMAND"
><A
NAME="SOURCEENVIRONMENT"
></A
->source environment (G)</DT
+>&#62;source environment (G)</DT
><DD
><P
>This parameter causes Samba to set environment
@@ -17426,9 +17843,12 @@ CLASS="COMMAND"
>SAMBA_NETBIOS_NAME = myhostname</B
></P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>No default value</I
+></SPAN
></P
><P
>Examples: <B
@@ -17447,27 +17867,37 @@ CLASS="COMMAND"
><A
NAME="SPNEGO"
></A
->use spnego (G)</DT
+>&#62;use spnego (G)</DT
><DD
><P
-> This variable controls controls whether samba will try to use Simple and Protected NEGOciation (as specified by rfc2478) with WindowsXP and Windows2000sp2 clients to agree upon an authentication mechanism. As of samba 3.0alpha it must be set to "no" for these clients to join a samba domain controller. It can be set to "yes" to allow samba to participate in an AD domain controlled by a Windows2000 domain controller.</P
+> This variable controls controls whether samba will try
+ to use Simple and Protected NEGOciation (as specified by rfc2478) with
+ WindowsXP and Windows2000sp2 clients to agree upon an authentication mechanism.
+ Unless further issues are discovered with our SPNEGO
+ implementation, there is no reason this should ever be
+ disabled.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>use spnego = yes</I
+></SPAN
></P
></DD
><DT
><A
NAME="STATCACHE"
></A
->stat cache (G)</DT
+>&#62;stat cache (G)</DT
><DD
><P
->This parameter determines if <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)</A
+>This parameter determines if <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> will use a cache in order to
speed up case insensitive name mappings. You should never need
to change this parameter.</P
@@ -17481,7 +17911,7 @@ CLASS="COMMAND"
><A
NAME="STATCACHESIZE"
></A
->stat cache size (G)</DT
+>&#62;stat cache size (G)</DT
><DD
><P
>This parameter determines the number of
@@ -17502,7 +17932,7 @@ CLASS="COMMAND"
><A
NAME="STRICTALLOCATE"
></A
->strict allocate (S)</DT
+>&#62;strict allocate (S)</DT
><DD
><P
>This is a boolean that controls the handling of
@@ -17539,7 +17969,7 @@ CLASS="COMMAND"
><A
NAME="STRICTLOCKING"
></A
->strict locking (S)</DT
+>&#62;strict locking (S)</DT
><DD
><P
>This is a boolean that controls the handling of
@@ -17572,7 +18002,7 @@ CLASS="COMMAND"
><A
NAME="STRICTSYNC"
></A
->strict sync (S)</DT
+>&#62;strict sync (S)</DT
><DD
><P
>Many Windows applications (including the Windows
@@ -17585,10 +18015,12 @@ NAME="STRICTSYNC"
CLASS="CONSTANT"
>no</TT
> (the
- default) means that <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd</A
+ default) means that <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> ignores the Windows applications requests for
a sync call. There is only a possibility of losing data if the
operating system itself that Samba is running on crashes, so there is
@@ -17616,7 +18048,7 @@ CLASS="COMMAND"
><A
NAME="STRIPDOT"
></A
->strip dot (G)</DT
+>&#62;strip dot (G)</DT
><DD
><P
>This is a boolean that controls whether to
@@ -17632,7 +18064,7 @@ CLASS="COMMAND"
><A
NAME="SYNCALWAYS"
></A
->sync always (S)</DT
+>&#62;sync always (S)</DT
><DD
><P
>This is a boolean parameter that controls
@@ -17683,7 +18115,7 @@ CLASS="COMMAND"
><A
NAME="SYSLOG"
></A
->syslog (G)</DT
+>&#62;syslog (G)</DT
><DD
><P
>This parameter maps how Samba debug messages
@@ -17718,7 +18150,7 @@ CLASS="COMMAND"
><A
NAME="SYSLOGONLY"
></A
->syslog only (G)</DT
+>&#62;syslog only (G)</DT
><DD
><P
>If this parameter is set then Samba debug
@@ -17734,7 +18166,7 @@ CLASS="COMMAND"
><A
NAME="TEMPLATEHOMEDIR"
></A
->template homedir (G)</DT
+>&#62;template homedir (G)</DT
><DD
><P
>When filling out the user information for a Windows NT
@@ -17768,14 +18200,16 @@ CLASS="COMMAND"
><A
NAME="TEMPLATESHELL"
></A
->template shell (G)</DT
+>&#62;template shell (G)</DT
><DD
><P
>When filling out the user information for a Windows NT
- user, the <A
-HREF="winbindd.8.html"
-TARGET="_top"
->winbindd(8)</A
+ user, the <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>winbindd</SPAN
+>(8)</SPAN
> daemon
uses this parameter to fill in the login shell for that user.</P
><P
@@ -17788,7 +18222,7 @@ CLASS="COMMAND"
><A
NAME="TIMEOFFSET"
></A
->time offset (G)</DT
+>&#62;time offset (G)</DT
><DD
><P
>This parameter is a setting in minutes to add
@@ -17810,14 +18244,15 @@ CLASS="COMMAND"
><A
NAME="TIMESERVER"
></A
->time server (G)</DT
+>&#62;time server (G)</DT
><DD
><P
->This parameter determines if <A
-HREF="nmbd.8.html"
-TARGET="_top"
->
- nmbd(8)</A
+>This parameter determines if <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>nmbd</SPAN
+>(8)</SPAN
> advertises itself as a time server to Windows
clients.</P
><P
@@ -17830,7 +18265,7 @@ CLASS="COMMAND"
><A
NAME="TIMESTAMPLOGS"
></A
->timestamp logs (G)</DT
+>&#62;timestamp logs (G)</DT
><DD
><P
>Synonym for <A
@@ -17847,16 +18282,18 @@ CLASS="PARAMETER"
><A
NAME="TOTALPRINTJOBS"
></A
->total print jobs (G)</DT
+>&#62;total print jobs (G)</DT
><DD
><P
>This parameter accepts an integer value which defines
a limit on the maximum number of print jobs that will be accepted
system wide at any given time. If a print job is submitted
- by a client which will exceed this number, then <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd</A
+ by a client which will exceed this number, then <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> will return an
error indicating that no space is available on the server. The
default value of 0 means that no such limit exists. This parameter
@@ -17887,7 +18324,7 @@ CLASS="COMMAND"
><A
NAME="UNICODE"
></A
->unicode (G)</DT
+>&#62;unicode (G)</DT
><DD
><P
>Specifies whether Samba should try
@@ -17904,7 +18341,7 @@ CLASS="COMMAND"
><A
NAME="UNIXCHARSET"
></A
->unix charset (G)</DT
+>&#62;unix charset (G)</DT
><DD
><P
>Specifies the charset the unix machine
@@ -17914,19 +18351,19 @@ NAME="UNIXCHARSET"
><P
>Default: <B
CLASS="COMMAND"
->unix charset = ASCII</B
+>unix charset = UTF8</B
></P
><P
>Example: <B
CLASS="COMMAND"
->unix charset = UTF8</B
+>unix charset = ASCII</B
></P
></DD
><DT
><A
NAME="UNIXEXTENSIONS"
></A
->unix extensions(G)</DT
+>&#62;unix extensions(G)</DT
><DD
><P
>This boolean parameter controls whether Samba
@@ -17945,7 +18382,7 @@ CLASS="COMMAND"
><A
NAME="UNIXPASSWORDSYNC"
></A
->unix password sync (G)</DT
+>&#62;unix password sync (G)</DT
><DD
><P
>This boolean parameter controls whether Samba
@@ -17960,9 +18397,12 @@ CLASS="PARAMETER"
>passwd
program</I
></TT
->parameter is called <I
+>parameter is called <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>AS ROOT</I
+></SPAN
> -
to allow the new UNIX password to be set without access to the
old UNIX password (as the SMB password change code has no
@@ -17996,7 +18436,7 @@ CLASS="COMMAND"
><A
NAME="UPDATEENCRYPTED"
></A
->update encrypted (G)</DT
+>&#62;update encrypted (G)</DT
><DD
><P
>This boolean parameter allows a user logging
@@ -18051,7 +18491,7 @@ CLASS="COMMAND"
><A
NAME="USECLIENTDRIVER"
></A
->use client driver (S)</DT
+>&#62;use client driver (S)</DT
><DD
><P
>This parameter applies only to Windows NT/2000
@@ -18080,11 +18520,14 @@ CLASS="COMMAND"
>If this parameter is enabled for a printer, then any attempt
to open the printer with the PRINTER_ACCESS_ADMINISTER right is mapped
to PRINTER_ACCESS_USE instead. Thus allowing the OpenPrinterEx()
- call to succeed. <I
+ call to succeed. <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>This parameter MUST not be able enabled
on a print share which has valid print driver installed on the Samba
server.</I
+></SPAN
></P
><P
>See also <A
@@ -18102,7 +18545,7 @@ CLASS="COMMAND"
><A
NAME="USEMMAP"
></A
->use mmap (G)</DT
+>&#62;use mmap (G)</DT
><DD
><P
>This global parameter determines if the tdb internals of Samba can
@@ -18126,7 +18569,7 @@ CLASS="COMMAND"
><A
NAME="USERHOSTS"
></A
->use rhosts (G)</DT
+>&#62;use rhosts (G)</DT
><DD
><P
>If this global parameter is <TT
@@ -18140,9 +18583,12 @@ CLASS="FILENAME"
will be read to find the names of hosts and users who will be allowed
access without specifying a password.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>NOTE:</I
+></SPAN
> The use of <TT
CLASS="PARAMETER"
><I
@@ -18168,7 +18614,7 @@ CLASS="COMMAND"
><A
NAME="USER"
></A
->user (S)</DT
+>&#62;user (S)</DT
><DD
><P
>Synonym for <A
@@ -18185,7 +18631,7 @@ CLASS="PARAMETER"
><A
NAME="USERS"
></A
->users (S)</DT
+>&#62;users (S)</DT
><DD
><P
>Synonym for <A
@@ -18202,7 +18648,7 @@ CLASS="PARAMETER"
><A
NAME="USERNAME"
></A
->username (S)</DT
+>&#62;username (S)</DT
><DD
><P
>Multiple users may be specified in a comma-delimited
@@ -18268,7 +18714,7 @@ CLASS="PARAMETER"
will be looked up only in the UNIX groups database and will
expand to a list of all users in the group of that name.</P
><P
->If any of the usernames begin with a '&#38;'then the name
+>If any of the usernames begin with a '&amp;' then the name
will be looked up only in the NIS netgroups database (if Samba
is compiled with netgroup support) and will expand to a list
of all users in the netgroup group of that name.</P
@@ -18278,7 +18724,7 @@ CLASS="PARAMETER"
search.</P
><P
>See the section <A
-HREF="#AEN238"
+HREF="#AEN239"
>NOTE ABOUT
USERNAME/PASSWORD VALIDATION</A
> for more information on how
@@ -18287,7 +18733,7 @@ HREF="#AEN238"
>Default: <B
CLASS="COMMAND"
>The guest account if a guest service,
- else &#60;empty string&#62;.</B
+ else &lt;empty string&gt;.</B
></P
><P
>Examples:<B
@@ -18300,7 +18746,7 @@ CLASS="COMMAND"
><A
NAME="USERNAMELEVEL"
></A
->username level (G)</DT
+>&#62;username level (G)</DT
><DD
><P
>This option helps Samba to try and 'guess' at
@@ -18334,7 +18780,7 @@ CLASS="COMMAND"
><A
NAME="USERNAMEMAP"
></A
->username map (G)</DT
+>&#62;username map (G)</DT
><DD
><P
>This option allows you to specify a file containing
@@ -18424,20 +18870,10 @@ CLASS="COMMAND"
'!' to tell Samba to stop processing if it gets a match on
that line.</P
><P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="90%"
-><TR
-><TD
><PRE
CLASS="PROGRAMLISTING"
-> !sys = mary fred
- guest = *
- </PRE
-></TD
-></TR
-></TABLE
+>!sys = mary fred
+guest = *</PRE
></P
><P
>Note that the remapping is applied to all occurrences
@@ -18474,9 +18910,12 @@ CLASS="PARAMETER"
trouble deleting print jobs as PrintManager under WfWg will think
they don't own the print job.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no username map</I
+></SPAN
></P
><P
>Example: <B
@@ -18489,7 +18928,7 @@ CLASS="COMMAND"
><A
NAME="USESENDFILE"
></A
->use sendfile (S)</DT
+>&#62;use sendfile (S)</DT
><DD
><P
>If this parameter is <TT
@@ -18513,7 +18952,7 @@ CLASS="COMMAND"
><A
NAME="UTMP"
></A
->utmp (G)</DT
+>&#62;utmp (G)</DT
><DD
><P
>This boolean parameter is only available if
@@ -18553,7 +18992,7 @@ CLASS="COMMAND"
><A
NAME="UTMPDIRECTORY"
></A
->utmp directory(G)</DT
+>&#62;utmp directory(G)</DT
><DD
><P
>This parameter is only available if Samba has
@@ -18578,9 +19017,12 @@ CLASS="FILENAME"
>/var/run/utmp</TT
> on Linux).</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no utmp directory</I
+></SPAN
></P
><P
>Example: <B
@@ -18592,7 +19034,7 @@ CLASS="COMMAND"
><A
NAME="WTMPDIRECTORY"
></A
->wtmp directory(G)</DT
+>&#62;wtmp directory(G)</DT
><DD
><P
>This parameter is only available if Samba has
@@ -18621,9 +19063,12 @@ CLASS="FILENAME"
>/var/run/wtmp</TT
> on Linux).</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no wtmp directory</I
+></SPAN
></P
><P
>Example: <B
@@ -18635,11 +19080,11 @@ CLASS="COMMAND"
><A
NAME="VALIDUSERS"
></A
->valid users (S)</DT
+>&#62;valid users (S)</DT
><DD
><P
>This is a list of users that should be allowed
- to login to this service. Names starting with '@', '+' and '&#38;'
+ to login to this service. Names starting with '@', '+' and '&amp;'
are interpreted using the same rules as described in the
<TT
CLASS="PARAMETER"
@@ -18676,10 +19121,13 @@ CLASS="PARAMETER"
></A
></P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>No valid users list (anyone can login)
</I
+></SPAN
></P
><P
>Example: <B
@@ -18691,7 +19139,7 @@ CLASS="COMMAND"
><A
NAME="VETOFILES"
></A
->veto files(S)</DT
+>&#62;veto files(S)</DT
><DD
><P
>This is a list of files and directories that
@@ -18701,9 +19149,12 @@ NAME="VETOFILES"
or directories as in DOS wildcards.</P
><P
>Each entry must be a unix path, not a DOS path and
- must <I
+ must <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>not</I
+></SPAN
> include the unix directory
separator '/'.</P
><P
@@ -18719,9 +19170,12 @@ CLASS="PARAMETER"
is important to be aware of is Samba's behaviour when
trying to delete a directory. If a directory that is
to be deleted contains nothing but veto files this
- deletion will <I
+ deletion will <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>fail</I
+></SPAN
> unless you also set
the <TT
CLASS="PARAMETER"
@@ -18759,19 +19213,16 @@ CLASS="PARAMETER"
></A
>.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>No files or directories are vetoed.
</I
+></SPAN
></P
><P
->Examples:<TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="90%"
-><TR
-><TD
-><PRE
+>Examples:<PRE
CLASS="PROGRAMLISTING"
>; Veto any files containing the word Security,
; any ending in .tmp, and any directory containing the
@@ -18781,16 +19232,13 @@ veto files = /*Security*/*.tmp/*root*/
; Veto the Apple specific files that a NetAtalk server
; creates.
veto files = /.AppleDouble/.bin/.AppleDesktop/Network Trash Folder/</PRE
-></TD
-></TR
-></TABLE
></P
></DD
><DT
><A
NAME="VETOOPLOCKFILES"
></A
->veto oplock files (S)</DT
+>&#62;veto oplock files (S)</DT
><DD
><P
>This parameter is only valid when the <A
@@ -18816,10 +19264,13 @@ CLASS="PARAMETER"
>
parameter.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>No files are vetoed for oplock
grants</I
+></SPAN
></P
><P
>You might want to do this on files that you know will
@@ -18843,7 +19294,7 @@ CLASS="COMMAND"
><A
NAME="VFSPATH"
></A
->vfs path (S)</DT
+>&#62;vfs path (S)</DT
><DD
><P
>This parameter specifies the directory
@@ -18868,7 +19319,7 @@ CLASS="COMMAND"
><A
NAME="VFSOBJECT"
></A
->vfs object (S)</DT
+>&#62;vfs object (S)</DT
><DD
><P
>This parameter specifies a shared object files that
@@ -18876,16 +19327,19 @@ NAME="VFSOBJECT"
disk I/O operations are used but these can be overloaded
with one or more VFS objects. </P
><P
->Default : <I
+>Default : <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no value</I
+></SPAN
></P
></DD
><DT
><A
NAME="VFSOPTIONS"
></A
->vfs options (S)</DT
+>&#62;vfs options (S)</DT
><DD
><P
>This parameter allows parameters to be passed
@@ -18900,32 +19354,38 @@ CLASS="PARAMETER"
></A
>.</P
><P
->Default : <I
+>Default : <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>no value</I
+></SPAN
></P
></DD
><DT
><A
NAME="VOLUME"
></A
->volume (S)</DT
+>&#62;volume (S)</DT
><DD
><P
> This allows you to override the volume label
returned for a share. Useful for CDROMs with installation programs
that insist on a particular volume label.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>the name of the share</I
+></SPAN
></P
></DD
><DT
><A
NAME="WIDELINKS"
></A
->wide links (S)</DT
+>&#62;wide links (S)</DT
><DD
><P
>This parameter controls whether or not links
@@ -18947,14 +19407,16 @@ CLASS="COMMAND"
><A
NAME="WINBINDCACHETIME"
></A
->winbind cache time (G)</DT
+>&#62;winbind cache time (G)</DT
><DD
><P
->This parameter specifies the number of seconds the
- <A
-HREF="winbindd.8.html"
-TARGET="_top"
->winbindd(8)</A
+>This parameter specifies the number of
+ seconds the <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>winbindd</SPAN
+>(8)</SPAN
> daemon will cache
user and group information before querying a Windows NT server
again.</P
@@ -18968,19 +19430,19 @@ CLASS="COMMAND"
><A
NAME="WINBINDENUMUSERS"
></A
->winbind enum users (G)</DT
+>&#62;winbind enum users (G)</DT
><DD
><P
->On large installations using
- <A
-HREF="winbindd.8.html"
-TARGET="_top"
->winbindd(8)</A
+>On large installations using <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>winbindd</SPAN
+>(8)</SPAN
> it may be
- necessary to suppress the enumeration of users through the
- <B
+ necessary to suppress the enumeration of users through the <B
CLASS="COMMAND"
-> setpwent()</B
+>setpwent()</B
>,
<B
CLASS="COMMAND"
@@ -19005,9 +19467,12 @@ CLASS="COMMAND"
> system call
will not return any data. </P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Warning:</I
+></SPAN
> Turning off user
enumeration may cause some programs to behave oddly. For
example, the finger program relies on having access to the
@@ -19023,19 +19488,19 @@ CLASS="COMMAND"
><A
NAME="WINBINDENUMGROUPS"
></A
->winbind enum groups (G)</DT
+>&#62;winbind enum groups (G)</DT
><DD
><P
->On large installations using
- <A
-HREF="winbindd.8.html"
-TARGET="_top"
->winbindd(8)</A
-> it may be
- necessary to suppress the enumeration of groups through the
- <B
+>On large installations using <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>winbindd</SPAN
+>(8)</SPAN
+> it may be necessary to suppress
+ the enumeration of groups through the <B
CLASS="COMMAND"
-> setgrent()</B
+>setgrent()</B
>,
<B
CLASS="COMMAND"
@@ -19060,9 +19525,12 @@ CLASS="COMMAND"
> system
call will not return any data. </P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>Warning:</I
+></SPAN
> Turning off group
enumeration may cause some programs to behave oddly.
</P
@@ -19077,21 +19545,23 @@ CLASS="COMMAND"
><A
NAME="WINBINDGID"
></A
->winbind gid (G)</DT
+>&#62;winbind gid (G)</DT
><DD
><P
>The winbind gid parameter specifies the range of group
- ids that are allocated by the <A
-HREF="winbindd.8.html"
-TARGET="_top"
-> winbindd(8)</A
+ ids that are allocated by the <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>winbindd</SPAN
+>(8)</SPAN
> daemon. This range of group ids should have no
existing local or NIS groups within it as strange conflicts can
occur otherwise.</P
><P
>Default: <B
CLASS="COMMAND"
->winbind gid = &#60;empty string&#62;
+>winbind gid = &lt;empty string&gt;
</B
></P
><P
@@ -19104,7 +19574,7 @@ CLASS="COMMAND"
><A
NAME="WINBINDSEPARATOR"
></A
->winbind separator (G)</DT
+>&#62;winbind separator (G)</DT
><DD
><P
>This parameter allows an admin to define the character
@@ -19148,21 +19618,23 @@ CLASS="COMMAND"
><A
NAME="WINBINDUID"
></A
->winbind uid (G)</DT
+>&#62;winbind uid (G)</DT
><DD
><P
>The winbind gid parameter specifies the range of group
- ids that are allocated by the <A
-HREF="winbindd.8.html"
-TARGET="_top"
-> winbindd(8)</A
+ ids that are allocated by the <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>winbindd</SPAN
+>(8)</SPAN
> daemon. This range of ids should have no
existing local or NIS users within it as strange conflicts can
occur otherwise.</P
><P
>Default: <B
CLASS="COMMAND"
->winbind uid = &#60;empty string&#62;
+>winbind uid = &lt;empty string&gt;
</B
></P
><P
@@ -19172,25 +19644,27 @@ CLASS="COMMAND"
></P
></DD
><DT
->winbind use default domain, <A
+><A
NAME="WINBINDUSEDEFAULTDOMAIN"
></A
->winbind use default domain (G)</DT
+>&#62;winbind use default domain (G)</DT
><DD
><P
->This parameter specifies whether the <A
-HREF="winbindd.8.html"
-TARGET="_top"
-> winbindd(8)</A
->
- daemon should operate on users without domain component in their username.
+>This parameter specifies whether the <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>winbindd</SPAN
+>(8)</SPAN
+> daemon should operate on users
+ without domain component in their username.
Users without a domain component are treated as is part of the winbindd server's
own domain. While this does not benifit Windows users, it makes SSH, FTP and e-mail
function in a way much closer to the way they would in a native unix system.</P
><P
>Default: <B
CLASS="COMMAND"
->winbind use default domain = &#60;no&#62;
+>winbind use default domain = &lt;no&gt;
</B
></P
><P
@@ -19203,7 +19677,7 @@ CLASS="COMMAND"
><A
NAME="WINSHOOK"
></A
->wins hook (G)</DT
+>&#62;wins hook (G)</DT
><DD
><P
>When Samba is running as a WINS server this
@@ -19268,7 +19742,7 @@ CLASS="COMMAND"
><A
NAME="WINSPROXY"
></A
->wins proxy (G)</DT
+>&#62;wins proxy (G)</DT
><DD
><P
>This is a boolean that controls if <A
@@ -19291,36 +19765,45 @@ CLASS="COMMAND"
><A
NAME="WINSSERVER"
></A
->wins server (G)</DT
+>&#62;wins server (G)</DT
><DD
><P
>This specifies the IP address (or DNS name: IP
- address for preference) of the WINS server that <A
-HREF="nmbd.8.html"
-TARGET="_top"
-> nmbd(8)</A
+ address for preference) of the WINS server that <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>nmbd</SPAN
+>(8)</SPAN
> should register with. If you have a WINS server on
your network then you should set this to the WINS server's IP.</P
><P
>You should point this at your WINS server if you have a
multi-subnetted network.</P
><P
+><SPAN
+CLASS="emphasis"
><I
CLASS="EMPHASIS"
>NOTE</I
+></SPAN
>. You need to set up Samba to point
to a WINS server if you have multiple subnets and wish cross-subnet
browsing to work correctly.</P
><P
->See the documentation file <TT
-CLASS="FILENAME"
->BROWSING.txt</TT
+>See the documentation file <A
+HREF="improved-browsing.html"
+TARGET="_top"
+>BROWSING</A
>
in the docs/ directory of your Samba source distribution.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>not enabled</I
+></SPAN
></P
><P
>Example: <B
@@ -19332,14 +19815,15 @@ CLASS="COMMAND"
><A
NAME="WINSSUPPORT"
></A
->wins support (G)</DT
+>&#62;wins support (G)</DT
><DD
><P
->This boolean controls if the <A
-HREF="nmbd.8.html"
-TARGET="_top"
->
- nmbd(8)</A
+>This boolean controls if the <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>nmbd</SPAN
+>(8)</SPAN
> process in Samba will act as a WINS server. You should
not set this to <TT
CLASS="CONSTANT"
@@ -19349,9 +19833,12 @@ CLASS="CONSTANT"
CLASS="COMMAND"
>nmbd</B
> to be your WINS server.
- Note that you should <I
+ Note that you should <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>NEVER</I
+></SPAN
> set this to <TT
CLASS="CONSTANT"
>yes</TT
@@ -19367,7 +19854,7 @@ CLASS="COMMAND"
><A
NAME="WORKGROUP"
></A
->workgroup (G)</DT
+>&#62;workgroup (G)</DT
><DD
><P
>This controls what workgroup your server will
@@ -19381,9 +19868,12 @@ CLASS="COMMAND"
>
setting.</P
><P
->Default: <I
+>Default: <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>set at compile time to WORKGROUP</I
+></SPAN
></P
><P
>Example: <B
@@ -19395,7 +19885,7 @@ CLASS="COMMAND"
><A
NAME="WRITABLE"
></A
->writable (S)</DT
+>&#62;writable (S)</DT
><DD
><P
>Synonym for <A
@@ -19412,14 +19902,17 @@ CLASS="PARAMETER"
><A
NAME="WRITECACHESIZE"
></A
->write cache size (S)</DT
+>&#62;write cache size (S)</DT
><DD
><P
>If this integer parameter is set to non-zero value,
Samba will create an in-memory cache for each oplocked file
- (it does <I
+ (it does <SPAN
+CLASS="emphasis"
+><I
CLASS="EMPHASIS"
>not</I
+></SPAN
> do this for
non-oplocked files). All writes that the client does not request
to be flushed directly to disk will be stored in this cache if possible.
@@ -19453,7 +19946,7 @@ CLASS="COMMAND"
><A
NAME="WRITELIST"
></A
->write list (S)</DT
+>&#62;write list (S)</DT
><DD
><P
>This is a list of users that are given read-write
@@ -19486,7 +19979,7 @@ CLASS="PARAMETER"
><P
>Default: <B
CLASS="COMMAND"
->write list = &#60;empty string&#62;
+>write list = &lt;empty string&gt;
</B
></P
><P
@@ -19500,7 +19993,7 @@ CLASS="COMMAND"
><A
NAME="WINSPARTNERS"
></A
->wins partners (G)</DT
+>&#62;wins partners (G)</DT
><DD
><P
>A space separated list of partners' IP addresses for
@@ -19524,7 +20017,7 @@ CLASS="COMMAND"
><A
NAME="WRITEOK"
></A
->write ok (S)</DT
+>&#62;write ok (S)</DT
><DD
><P
>Inverted synonym for <A
@@ -19541,7 +20034,7 @@ CLASS="PARAMETER"
><A
NAME="WRITERAW"
></A
->write raw (G)</DT
+>&#62;write raw (G)</DT
><DD
><P
>This parameter controls whether or not the server
@@ -19557,7 +20050,7 @@ CLASS="COMMAND"
><A
NAME="WRITEABLE"
></A
->writeable (S)</DT
+>&#62;writeable (S)</DT
><DD
><P
>Inverted synonym for <A
@@ -19576,7 +20069,7 @@ CLASS="PARAMETER"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN6195"
+NAME="AEN6323"
></A
><H2
>WARNINGS</H2
@@ -19587,11 +20080,12 @@ NAME="AEN6195"
problem - but be aware of the possibility.</P
><P
>On a similar note, many clients - especially DOS clients -
- limit service names to eight characters. <A
-HREF="smbd.8.html"
-TARGET="_top"
->smbd(8)
- </A
+ limit service names to eight characters. <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
> has no such limitation, but attempts to connect from such
clients will fail if they truncate the service names. For this reason
you should probably keep your service names down to eight characters
@@ -19606,97 +20100,81 @@ TARGET="_top"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN6201"
+NAME="AEN6331"
></A
><H2
>VERSION</H2
><P
->This man page is correct for version 3.0 of
- the Samba suite.</P
+>This man page is correct for version 3.0 of the Samba suite.</P
></DIV
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN6204"
+NAME="AEN6334"
></A
><H2
>SEE ALSO</H2
><P
-><A
-HREF="samba.7.html"
-TARGET="_top"
->samba(7)</A
->,
- <A
-HREF="smbpasswd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbpasswd(8)</B
-></A
->,
- <A
-HREF="swat.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->swat(8)</B
-></A
->,
- <A
-HREF="smbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbd(8)</B
-></A
->,
- <A
-HREF="nmbd.8.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->nmbd(8)</B
-></A
->,
- <A
-HREF="smbclient.1.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->smbclient(1)</B
-></A
->,
- <A
-HREF="nmblookup.1.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->nmblookup(1)</B
-></A
->,
- <A
-HREF="testparm.1.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->testparm(1)</B
-></A
->,
- <A
-HREF="testprns.1.html"
-TARGET="_top"
-><B
-CLASS="COMMAND"
->testprns(1)</B
-></A
->
- </P
+> <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>samba</SPAN
+>(7)</SPAN
+>, <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbpasswd</SPAN
+>(8)</SPAN
+>, <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>swat</SPAN
+>(8)</SPAN
+>, <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbd</SPAN
+>(8)</SPAN
+>, <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>nmbd</SPAN
+>(8)</SPAN
+>, <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>smbclient</SPAN
+>(1)</SPAN
+>, <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>nmblookup</SPAN
+>(1)</SPAN
+>, <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>testparm</SPAN
+>(1)</SPAN
+>, <SPAN
+CLASS="CITEREFENTRY"
+><SPAN
+CLASS="REFENTRYTITLE"
+>testprns</SPAN
+>(1)</SPAN
+>.</P
></DIV
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN6224"
+NAME="AEN6364"
></A
><H2
>AUTHOR</H2
@@ -19708,14 +20186,14 @@ NAME="AEN6224"
><P
>The original Samba man pages were written by Karl Auer.
The man page sources were converted to YODL format (another
- excellent piece of Open Source software, available at
- <A
+ excellent piece of Open Source software, available at <A
HREF="ftp://ftp.icce.rug.nl/pub/unix/"
TARGET="_top"
> ftp://ftp.icce.rug.nl/pub/unix/</A
>) and updated for the Samba 2.0
release by Jeremy Allison. The conversion to DocBook for
- Samba 2.2 was done by Gerald Carter</P
+ Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2
+ for Samba 3.0 was done by Alexander Bokovoy.</P
></DIV
></BODY
></HTML