@echo >> $@
@echo "\$$(HTMLDIR)/%: $*/%" >> $@
- @echo " mkdir -p \$$(@D)" >> $@
- @echo " cp \$$< \$$@" >> $@
+ @echo " @mkdir -p \$$(@D)" >> $@
+ @echo " @cp \$$< \$$@" >> $@
@echo >> $@
@echo "\$$(HTMLDIR)/$*/%: $*/%" >> $@
- @echo " mkdir -p \$$(@D)" >> $@
- @echo " cp \$$< \$$@" >> $@
+ @echo " @mkdir -p \$$(@D)" >> $@
+ @echo " @cp \$$< \$$@" >> $@
@echo >> $@
@echo "\$$(HTMLHELPDIR)/$*/%: $*/%" >> $@
- @echo " mkdir -p \$$(@D)" >> $@
- @echo " cp \$$< \$$@" >> $@
+ @echo " @mkdir -p \$$(@D)" >> $@
+ @echo " @cp \$$< \$$@" >> $@
@echo >> $@
@echo "$*-images-html-single: \$$(addprefix \$$(HTMLDIR)/, \$$($*-images-html))" >> $@
@echo "$*-images-html-chunks: \$$(addprefix \$$(HTMLDIR)/$*/, \$$($*-images-html))" >> $@
-$(LATEX) $<
%.eps: %.dia
- $(DIA) -t eps-builtin -e $@ $<
+ @$(DIA) -t eps-builtin -e $@ $<
%.png: %.dia
- $(DIA) -e $@ $<
+ @$(DIA) -e $@ $<
%.pdf: %.eps
$(EPSTOPDF) $<
<xi:include href="TOSHARG-SecureLDAP.xml"/>
<xi:include href="TOSHARG-Support.xml"/>
<xi:include href="TOSHARG-DNS-DHCP-Configuration.xml"/>
+</part>
<!-- Comment out the following line to include the manpages.
*Please* do not commit with the line below enabled! -->
<!-- <xi:include href="manpages.xml"/> -->
- <xi:include href="manpages.xml"/>
- <xi:include href="http://www.gnu.org/licenses/gpl.xml"/>
+<xi:include href="manpages.xml"/>
+<xi:include href="http://www.gnu.org/licenses/gpl.xml"/>
- <xi:include href="TOSHARG-glossary.xml"/>
+<xi:include href="TOSHARG-glossary.xml"/>
- <?latex \chaptermark{Subject index} ?>
+<?latex \chaptermark{Subject index} ?>
- <index/>
-</part>
+<index/>
</book>
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE reference PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<reference id="manuals" xmlns:xi="http://www.w3.org/2003/XInclude"> <title>Manual pages</title>
+<appendix id="manuals" xmlns:xi="http://www.w3.org/2003/XInclude">
+ <title>Manual pages</title>
<para>This appendix contains most of the manual pages from the official Samba distribution. All manual pages have been written by members of
<ulink url="http://samba.org/samba/team.html">the Samba Team</ulink>.</para>
<xi:include href="../manpages-3/wbinfo.1.xml"/>
<xi:include href="../manpages-3/winbindd.8.xml"/>
-</reference>
+</appendix>
LATEX_DOCUMENTCLASS_OPTIONS="letterpaper,11pt,openright,twoside"
AC_ARG_ENABLE(prentice-hall,
[ --enable-prentice-hall Produce Prentice-Hall compatible output],
-[ test "$enableval" && LATEX_DOCUMENTCLASS_OPTIONS="letterpaper,10pt,openright,twoside,ph" ])
+[ test "$enableval" && LATEX_DOCUMENTCLASS_OPTIONS="letterpaper,10pt,openleft,twoside,ph" ])
AC_SUBST(LATEX_DOCUMENTCLASS_OPTIONS)
DOC_BUILD_DATE=`date '+%d-%m-%Y'`
binds to the "all addresses" interface (0.0.0.0)
on ports 137 and 138 for the purposes of reading broadcast messages.
If this option is not set then <command moreinfo="none">nmbd</command> will service
- name requests on all of these sockets. If <parameter moreinfo="none">bind interfaces
- only</parameter> is set then <command moreinfo="none">nmbd</command> will check the
+ name requests on all of these sockets. If <smbconfoption name="bind interfaces only"/> is set then <command moreinfo="none">nmbd</command> will check the
source address of any packets coming in on the broadcast sockets
and discard any that don't match the broadcast addresses of the
- interfaces in the <parameter moreinfo="none">interfaces</parameter> parameter list.
+ interfaces in the <smbconfoption name="interfaces"/> parameter list.
As unicast packets are received on the other sockets it allows
<command moreinfo="none">nmbd</command> to refuse to serve names to machines that
send packets that arrive through any interfaces not listed in the
- <parameter moreinfo="none">interfaces</parameter> list. IP Source address spoofing
+ <smbconfoption name="interfaces"/> list. IP Source address spoofing
does defeat this simple check, however, so it must not be used
seriously as a security feature for <command moreinfo="none">nmbd</command>.</para>
for machines that are serving PPP or other intermittent or non-broadcast network
interfaces as it will not cope with non-permanent interfaces.</para>
- <para>If <parameter moreinfo="none">bind interfaces only</parameter> is set then
+<para>If <smbconfoption name="bind interfaces only"/> is set then
unless the network address <emphasis>127.0.0.1</emphasis> is added
- to the <parameter moreinfo="none">interfaces</parameter> parameter
+ to the <smbconfoption name="interfaces"/> parameter
list <citerefentry><refentrytitle>smbpasswd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> and <citerefentry><refentrytitle>swat</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> may not work as expected due
<para>To change a users SMB password, the <command moreinfo="none">smbpasswd</command>
by default connects to the <emphasis>localhost - 127.0.0.1</emphasis>
address as an SMB client to issue the password change request. If
- <parameter moreinfo="none">bind interfaces only</parameter> is set then unless the
+ <smbconfoption name="bind interfaces only"/> is set then unless the
network address <emphasis>127.0.0.1</emphasis> is added to the
- <parameter moreinfo="none">interfaces</parameter> parameter list then <command moreinfo="none">
+ <smbconfoption name="interfaces"/> parameter list then <command moreinfo="none">
smbpasswd</command> will fail to connect in it's default mode.
<command moreinfo="none">smbpasswd</command> can be forced to use the primary IP interface
of the local host by using its <citerefentry><refentrytitle>smbpasswd</refentrytitle>
are available.</para>
<para>If you want to set the string that is displayed next to the
- machine name then see the <link linkend="SERVERSTRING"><parameter moreinfo="none">
- server string</parameter></link> parameter.</para>
+ machine name then see the <smbconfoption name="server string"/> parameter.</para>
</description>
<value type="default"><comment>No comment</comment></value>
<description>
<para>Specifies the charset that samba will use
to print messages to stdout and stderr and SWAT will use.
- Should generally be the same as the <command moreinfo="none">unix charset</command>.
+ Should generally be the same as the <smbconfoption name="unix charset"/>.
</para>
</description>
connecting from. These replacements are very useful for setting
up pseudo home directories for users.</para>
- <para>Note that this path will be based on <link linkend="ROOTDIR">
- <parameter moreinfo="none">root dir</parameter></link> if one was specified.</para>
+<para>Note that this path will be based on <smbconfoption name="root dir"/>
+ if one was specified.</para>
</description>
<value type="default"></value>
<para>This controls what workgroup your server will
appear to be in when queried by clients. Note that this parameter
also controls the Domain name used with
- the <link linkend="SECURITYEQUALSDOMAIN"><command moreinfo="none">security = domain</command></link>
+ the <smbconfoption name="security">domain</smbconfoption>
setting.</para>
</description>
<value type="default">WORKGROUP</value>
<manvolnum>8</manvolnum></citerefentry> to enable WAN-wide browse list
collation. Setting this option causes <command moreinfo="none">nmbd</command> to
claim a special domain specific NetBIOS name that identifies
- it as a domain master browser for its given <link linkend="WORKGROUP">
- <parameter moreinfo="none">workgroup</parameter></link>. Local master browsers
- in the same <parameter moreinfo="none">workgroup</parameter> on broadcast-isolated
+ it as a domain master browser for its given
+ <smbconfoption name="workgroup"/>. Local master browsers
+ in the same <smbconfoption name="workgroup"/> on broadcast-isolated
subnets will give this <command moreinfo="none">nmbd</command> their local browse lists,
and then ask <citerefentry><refentrytitle>smbd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> for a complete copy of the browse
instead of just the list for their broadcast-isolated subnet.</para>
<para>Note that Windows NT Primary Domain Controllers expect to be
- able to claim this <parameter moreinfo="none">workgroup</parameter> specific special
+ able to claim this <smbconfoption name="workgroup"/> specific special
NetBIOS name that identifies them as domain master browsers for
- that <parameter moreinfo="none">workgroup</parameter> by default (i.e. there is no
+ that <smbconfoption name="workgroup"/> by default (i.e. there is no
way to prevent a Windows NT PDC from attempting to do this). This
means that if this parameter is set and <command moreinfo="none">nmbd</command> claims
- the special name for a <parameter moreinfo="none">workgroup</parameter> before a Windows
+ the special name for a <smbconfoption name="workgroup"/> before a Windows
NT PDC is able to do so then cross subnet browsing will behave
strangely and may fail.</para>
- <para>If <link linkend="DOMAINLOGONS"><command moreinfo="none">domain logons = yes</command>
- </link>, then the default behavior is to enable the <parameter moreinfo="none">domain
- master</parameter> parameter. If <parameter moreinfo="none">domain logons</parameter> is
- not enabled (the default setting), then neither will <parameter moreinfo="none">domain
- master</parameter> be enabled by default.</para>
+<para>If <smbconfoption name="domain logons">yes</smbconfoption>
+ , then the default behavior is to enable the <smbconfoption name="domain
+ master"/> parameter. If <smbconfoption name="domain logons"/> is
+ not enabled (the default setting), then neither will <smbconfoption name="domain master"/> be enabled by default.</para>
</description>
<value type="default">auto</value>
If set to <constant>no</constant> Samba will never produce these
broadcasts. If set to <constant>yes</constant> Samba will produce
Lanman announce broadcasts at a frequency set by the parameter
- <parameter moreinfo="none">lm interval</parameter>. If set to <constant>auto</constant>
+ <smbconfoption name="lm interval"/>. If set to <constant>auto</constant>
Samba will not send Lanman announce broadcasts by default but will
listen for them. If it hears such a broadcast on the wire it will
then start sending them at a frequency set by the parameter
- <parameter moreinfo="none">lm interval</parameter>.</para>
+ <smbconfoption name="lm interval"/>.</para>
</description>
<related>lm interval</related>
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>If Samba is set to produce Lanman announce
- broadcasts needed by OS/2 clients (see the <link linkend="LMANNOUNCE">
- <parameter moreinfo="none">lm announce</parameter></link> parameter) then this
+ broadcasts needed by OS/2 clients (see the
+ <smbconfoption name="lm announce"/> parameter) then this
parameter defines the frequency in seconds with which they will be
made. If this is set to zero then no Lanman announcements will be
- made despite the setting of the <parameter moreinfo="none">lm announce</parameter>
+ made despite the setting of the <smbconfoption name="lm announce"/>
parameter.</para>
</description>
<related>lm announce</related>
advertises itself as for browse elections. The value of this
parameter determines whether <citerefentry><refentrytitle>nmbd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry>
- has a chance of becoming a local master browser for the <parameter moreinfo="none">
- WORKGROUP</parameter> in the local broadcast area.</para>
+has a chance of becoming a local master browser for the <smbconfoption name="workgroup"/> in the local broadcast area.</para>
<para><emphasis>Note :</emphasis>By default, Samba will win
a local master browsing election over all Microsoft operating
<para>If this is set to <constant>yes</constant>, on startup, <command moreinfo="none">nmbd</command>
will force an election, and it will have a slight advantage in
winning the election. It is recommended that this parameter is
- used in conjunction with <command moreinfo="none"><link linkend="DOMAINMASTER">
- <parameter moreinfo="none">domain master</parameter></link> = yes</command>, so
+ used in conjunction with
+ <smbconfoption name="domain master">yes</smbconfoption>, so
that <command moreinfo="none">nmbd</command> can guarantee becoming a domain master.</para>
<para>Use this option with caution, because if there are several
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>If a Samba server is a member of a Windows
- NT Domain (see the <link linkend="SECURITYEQUALSDOMAIN">security = domain</link>
+ NT Domain (see the <smbconfoption name="security">domain</smbconfoption>
parameter) then periodically a running smbd
process will try and change the MACHINE ACCOUNT
PASSWORD stored in the TDB called <filename moreinfo="none">private/secrets.tdb
seconds), the same as a Windows NT Domain member server.</para>
<para>See also <citerefentry><refentrytitle>smbpasswd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry>, and the <link linkend="SECURITYEQUALSDOMAIN">
- security = domain</link> parameter.</para>
+ <manvolnum>8</manvolnum></citerefentry>, and the <smbconfoption name="security">domain</smbconfoption> parameter.</para>
</description>
<value type="default">604800</value>
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<synonym>casesignames</synonym>
<description>
- <para>See the discussion in the section <link linkend="NAMEMANGLINGSECT">NAME MANGLING</link>.</para>
+ <para>See the discussion in the section <smbconfoption name="name mangling"/>.</para>
</description>
<value type="default">no</value>
</samba:parameter>
context="S"
type="string" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
- <para>See the section on <link linkend="NAMEMANGLINGSECT">
- NAME MANGLING</link>. Also note the <link linkend="SHORTPRESERVECASE">
- <parameter moreinfo="none">short preserve case</parameter></link> parameter.</para>
+ <para>See the section on <smbconfoption name="name mangling"/>
+ . Also note the <smbconfoption name="short preserve case"/> parameter.</para>
</description>
<value type="default">lower</value>
</samba:parameter>
<description>
<para>This option is used when Samba is attempting to
delete a directory that contains one or more vetoed directories
- (see the <link linkend="VETOFILES"><parameter moreinfo="none">veto files</parameter></link>
+ (see the <smbconfoption name="veto files"/>
option). If this option is set to <constant>no</constant> (the default) then if a vetoed
directory contains any non-vetoed files or directories then the
directory delete will fail. This is usually what you want.</para>
directories you might normally veto DOS/Windows users from seeing
(e.g. <filename moreinfo="none">.AppleDouble</filename>)</para>
- <para>Setting <command moreinfo="none">delete veto files = yes</command> allows these
+<para>Setting <smbconfoption name="delete veto files">yes</smbconfoption> allows these
directories to be transparently deleted when the parent directory
is deleted (so long as the user has permissions to do so).</para>
</description>
<para>So to map <filename moreinfo="none">html</filename> to <filename moreinfo="none">htm</filename>
you would use:</para>
- <para><command moreinfo="none">mangled map = (*.html *.htm)</command></para>
+<para><smbconfoption name="mangled map">(*.html *.htm)</smbconfoption>.</para>
<para>One very useful case is to remove the annoying <filename moreinfo="none">;1
</filename> off the ends of filenames on some CDROMs (only visible
should be mapped to DOS-compatible names ("mangled") and made visible,
or whether non-DOS names should simply be ignored.</para>
- <para>See the section on <link linkend="NAMEMANGLINGSECT">NAME MANGLING</link> for
+<para>See the section on <smbconfoption name="name mangling"/> for
details on how to control the mangling process.</para>
<para>If mangling is used then the mangling algorithm is as follows:</para>
characters.</para>
<para>Note that the character to use may be specified using
- the <link linkend="MANGLINGCHAR"><parameter moreinfo="none">mangling char</parameter>
- </link> option, if you don't like '~'.</para>
+ the <smbconfoption name="mangling char"/>
+ option, if you don't like '~'.</para>
</listitem>
<listitem>
any file it touches from becoming executable under UNIX. This can
be quite annoying for shared source code, documents, etc...</para>
- <para>Note that this requires the <parameter moreinfo="none">create mask</parameter>
+<para>Note that this requires the <smbconfoption name="create mask"/>
parameter to be set such that owner execute bit is not masked out
- (i.e. it must include 100). See the parameter <link linkend="CREATEMASK">
- <parameter moreinfo="none">create mask</parameter></link> for details.</para>
+ (i.e. it must include 100). See the parameter <smbconfoption name="create mask"/> for details.</para>
</description>
<value type="default">yes</value>
<para>This controls whether DOS style hidden files
should be mapped to the UNIX world execute bit.</para>
- <para>Note that this requires the <parameter moreinfo="none">create mask</parameter>
+<para>Note that this requires the <smbconfoption name="create mask"/>
to be set such that the world execute bit is not masked out (i.e.
- it must include 001). See the parameter <link linkend="CREATEMASK">
- <parameter moreinfo="none">create mask</parameter></link> for details.</para>
+ it must include 001). See the parameter <smbconfoption name="create mask"/> for details.</para>
</description>
<value type="boolean">no</value>
<para>This controls whether DOS style system files
should be mapped to the UNIX group execute bit.</para>
- <para>Note that this requires the <parameter moreinfo="none">create mask</parameter>
+<para>Note that this requires the <smbconfoption name="create mask"/>
to be set such that the group execute bit is not masked out (i.e.
- it must include 010). See the parameter <link linkend="CREATEMASK">
- <parameter moreinfo="none">create mask</parameter></link> for details.</para>
+ it must include 010). See the parameter <smbconfoption name="create mask"/>
+ for details.</para>
</description>
<value type="default">no</value>
</samba:parameter>
<description>
<para> This controls if new filenames are created
with the case that the client passes, or if they are forced to
- be the <link linkend="DEFAULTCASE"><parameter moreinfo="none">default case
- </parameter></link>.</para>
+ be the <smbconfoption name="default case"/>.</para>
<para>See the section on <link linkend="NAMEMANGLINGSECT">NAME MANGLING</link> for a fuller discussion.</para>
</description>
<para>This boolean parameter controls if new files
which conform to 8.3 syntax, that is all in upper case and of
suitable length, are created upper case, or if they are forced
- to be the <link linkend="DEFAULTCASE"><parameter moreinfo="none">default case
- </parameter></link>. This option can be use with <link linkend="PRESERVECASE"><command moreinfo="none">preserve case = yes</command>
- </link> to permit long filenames to retain their case, while short
+ to be the <smbconfoption name="default case"/>
+ . This option can be use with <smbconfoption name="preserve case">yes</smbconfoption>
+ to permit long filenames to retain their case, while short
names are lowered. </para>
<para>See the section on <link linkend="NAMEMANGLINGSECT">NAME MANGLING</link>.</para>
<description>
<para>If this parameter is set Samba no longer attempts to
map DOS attributes like SYSTEM, HIDDEN, ARCHIVE or READ-ONLY
- to UNIX permission bits (such as the <link linkend="MAPHIDDEN"><parameter moreinfo="none">map hidden</parameter></link>. Instead, DOS attributes will be stored onto an extended
+ to UNIX permission bits (such as the <smbconfoption name="map hidden"/>. Instead, DOS attributes will be stored onto an extended
attribute in the UNIX filesystem, associated with the file or directory.
- For this to operate correctly, the parameters <link linkend="MAPHIDDEN"><parameter moreinfo="none">map hidden</parameter></link>, <link linkend="MAPSYSTEM"><parameter moreinfo="none">map system</parameter></link>, <link linkend="MAPARCHIVE"><parameter moreinfo="none">map archive</parameter></link> must be set to off.
+ For this to operate correctly, the parameters <smbconfoption name="map hidden"/>, <smbconfoption name="map system"/>, <smbconfoption name="map archive"/> must be set to off.
This parameter writes the DOS attributes as a string into the
extended attribute named "user.DOSATTRIB". This extended attribute
is explicitly hidden from smbd clients requesting an EA list.
must <emphasis>not</emphasis> include the unix directory
separator '/'.</para>
- <para>Note that the <parameter moreinfo="none">case sensitive</parameter> option
+<para>Note that the <smbconfoption name="case sensitive"/> option
is applicable in vetoing files.</para>
<para>One feature of the veto files parameter that it
trying to delete a directory. If a directory that is
to be deleted contains nothing but veto files this
deletion will <emphasis>fail</emphasis> unless you also set
- the <parameter moreinfo="none">delete veto files</parameter> parameter to
+ the <smbconfoption name="delete veto files"/> parameter to
<parameter moreinfo="none">yes</parameter>.</para>
<para>Setting this parameter will affect the performance
type="string"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
- <para>This parameter is only valid when the <link linkend="OPLOCKS">
- <parameter moreinfo="none">oplocks</parameter></link>
+ <para>This parameter is only valid when the
+ <smbconfoption name="oplocks"/>
parameter is turned on for a share. It allows the Samba administrator
to selectively turn off the granting of oplocks on selected files that
match a wildcarded list, similar to the wildcarded list used in the
- <link linkend="VETOFILES"><parameter moreinfo="none">veto files</parameter></link>
+ <smbconfoption name="veto files"/>
parameter.</para>
type="string"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
- <para> The <parameter moreinfo="none">ldap admin dn</parameter>
+ <para> The <smbconfoption name="ldap admin dn"/>
defines the Distinguished Name (DN) name used by Samba to
contact the ldap server when retreiving user account
- information. The <parameter moreinfo="none">ldap admin
- dn</parameter> is used in conjunction with the admin dn password
+ information. The <smbconfoption name="ldap admin dn"/> is used in conjunction with the admin dn password
stored in the <filename moreinfo="none">private/secrets.tdb</filename> file.
See the <citerefentry><refentrytitle>smbpasswd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> man page for more
<description>
<para>This parameters specifies the suffix that is
used for groups when these are added to the LDAP directory.
- If this parameter is unset, the value of <parameter>ldap suffix</parameter> will be used instead.</para>
+ If this parameter is unset, the value of <smbconfoption name="ldap suffix"/> will be used instead.</para>
</description>
<value type="default"></value>
<description>
<para>This parameters specifies the suffix that is
used when storing idmap mappings. If this parameter
- is unset, the value of <parameter>ldap suffix</parameter>
+ is unset, the value of <smbconfoption name="ldap suffix"/>
will be used instead.</para>
</description>
<value type="default"></value>
change via SAMBA.
</para>
- <para>The <parameter moreinfo="none">ldap passwd
- sync</parameter> can be set to one of three values: </para>
+ <para>The <smbconfoption name="ldap passwd sync"/> can be set to one of three values: </para>
<itemizedlist>
<listitem>
at compile time.</para>
<para>This option is used to control the tcp port number used to contact
- the <link linkend="LDAPSERVER"><parameter moreinfo="none">ldap server</parameter></link>.
+ the <smbconfoption name="ldap server"/>.
The default is to use the stand LDAPS port 636.</para>
</description>
<related>ldap ssl</related>
<command moreinfo="none">--with-ssl</command> option to the <filename moreinfo="none">configure</filename>
script.</para>
- <para>The <parameter moreinfo="none">ldap ssl</parameter> can be set to one of three values:</para>
+<para>The <smbconfoption name="ldap ssl"/> can be set to one of three values:</para>
<itemizedlist>
<listitem>
<para><parameter moreinfo="none">Off</parameter> = Never
moreinfo="none">ldap server</parameter>. Only available when the
backwards-compatiblity <command
moreinfo="none">--with-ldapsam</command> option is specified
- to configure. See <link linkend="PASSDBBACKEND"><parameter
- moreinfo="none">passdb backend</parameter></link></para>
+ to configure. See <smbconfoption name="passdb backend"/></para>
</listitem>
</itemizedlist>
</description>
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>Specifies where user and machine accounts are added to the
- tree. Can be overriden by <command moreinfo="none">ldap user
- suffix</command> and <command moreinfo="none">ldap machine
- suffix</command>. It also used as the base dn for all ldap
+ tree. Can be overriden by <smbconfoption name="ldap user suffix"/> and
+ <smbconfoption name="ldap machine suffix"/>. It also used as the base dn for all ldap
searches. </para>
</description>
<value type="default"></value>
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter specifies where users are added to the tree.
- If this parameter is not specified, the value from <command>ldap suffix</command>.</para>
+ If this parameter is not specified, the value from <smbconfoption name="ldap suffix"/>.</para>
</description>
<value type="default"/>
<para>These values correspond to those used on Windows servers.</para>
<para>For example, shares containing roaming profiles can have
- offline caching disabled using <command
- moreinfo="none">csc policy = disable</command>.</para>
+ offline caching disabled using <smbconfoption name="csc policy">disable</smbconfoption>.</para>
</description>
<value type="default">manual</value>
<value type="example">programs</value>
<description>
<para>This is a list of users that are given read-write
access to a service. If the connecting user is in this list then
- they will be given write access, no matter what the <link linkend="READONLY">
- <parameter moreinfo="none">read only</parameter></link>
+ they will be given write access, no matter what the <smbconfoption name="read only"/>
option is set to. The list can include group names using the
@group syntax.</para>
<para>Note that if a user is in both the read list and the
write list then they will be given write access.</para>
- <para>This parameter will not work with the <link linkend="SECURITY">
- <parameter moreinfo="none">security = share</parameter></link> in
+<para>This parameter will not work with the <smbconfoption name="security">share</smbconfoption> in
Samba 3.0. This is by design.</para>
</description>
<xsl:template match="related"><xsl:apply-templates/></xsl:template>
<xsl:template match="//samba:parameterlist">
+ <xsl:text>\begin{description} </xsl:text>
<xsl:apply-templates>
- <xsl:sort select="varlistentry/term/anchor"/>
+ <xsl:sort select="samba:parameter/@name"/>
</xsl:apply-templates>
+ <xsl:text>\end{description} </xsl:text>
</xsl:template>
<xsl:template match="value/comment">
<xsl:apply-templates/>
</xsl:template>
+<xsl:template match="/">
+ <xsl:apply-templates/>
+</xsl:template>
+
<xsl:template match="//samba:parameter">
- <xsl:text>\subsubsection{</xsl:text><xsl:value-of select="@name"/><xsl:text>} </xsl:text>
+ <xsl:text>\item[{</xsl:text><xsl:value-of select="@name"/><xsl:text>}] </xsl:text>
<xsl:text>\index{</xsl:text><xsl:value-of select="@name"/><xsl:text>|it} </xsl:text>
<xsl:for-each select="synonym">
- <xsl:text>\subsubsection{</xsl:text><xsl:value-of select="."/><xsl:text>} </xsl:text>
+ <xsl:text>\item[{</xsl:text><xsl:value-of select="."/><xsl:text>}] </xsl:text>
<xsl:text>\index{</xsl:text><xsl:value-of select="."/><xsl:text>|it} </xsl:text>
<xsl:text>This parameter is a synonym for \smbconfoption{</xsl:text><xsl:value-of select="../@name"/><xsl:text>}.</xsl:text>
</xsl:for-each>
\RequirePackage{geometry}
\geometry{
twoside,
- openright,
+ openleft,
papersize={7in,9.25in},
lmargin=.75in,
rmargin=.75in,
backgroundcolor=\color[gray]{0.93},
frame=single,
frameround=tttt,
- prebreak={\space\linebreaksign}
+ prebreak={\space\linebreaksign},
+ basicstyle=\small
}
\newcommand{\smbconfsection}[1]{\emph{#1}}