Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

Location:
branches/samba-3.2.x/docs-xml
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/docs-xml/Makefile

    r203 r232  
    5151
    5252# Pseudo targets
    53 all: $(TARGETS)
    54 everything: manpages3 pdf html-single html htmlman3 txt ps fo htmlhelp pearson
    55 release: manpages3 htmlman3 html pdf
    56 clean:
     53all:: $(TARGETS)
     54everything:: manpages3 pdf html-single html htmlman3 txt ps fo htmlhelp pearson
     55release:: manpages3 htmlman3 html pdf
     56clean::
    5757        @echo "Cleaning up..."
    5858        rm -rf $(OUTPUTDIR)/* $(DOCBOOKDIR)
    5959        rm -f $(patsubst %.svg,%.png,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-dia))) \
    6060                        $(patsubst %.svg,%.pdf,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-svg))) \
    61                         $(patsubst %.svg,%.eps,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-svg)))
     61                        $(patsubst %.svg,%.eps,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-svg))) \
     62                        $(patsubst %.svg,%.png,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-svg)))
    6263        rm -f *-attributions.xml *.d *.tpt *.tex *.loc *.toc *.lof *.glo *.idx *.aux
    6364        rm -f *-images-html*
    64         rm -f *-images-latex-* latexfigures
     65        rm -f *-images-latex-* $(LATEX_FIGURES)
    6566        rm -f xslt/figures/*pdf
    6667        rm -f $(SMBDOTCONFDOC)/parameters.*.xml
    6768        rm -f $(addsuffix .*,$(MAIN_DOCS))
     69        rm -f build/catalog.xml
    6870
    6971# Output format targets
    70 pdf: $(patsubst %,$(PDFDIR)/%.pdf,$(MAIN_DOCS))
    71 dvi: $(patsubst %,$(DVIDIR)/%.dvi,$(MAIN_DOCS))
    72 ps: $(patsubst %,$(PSDIR)/%.ps,$(MAIN_DOCS))
    73 txt: $(patsubst %,$(TXTDIR)/%.txt,$(MAIN_DOCS))
    74 txt-chunks: $(addsuffix -txt-chunks,$(MAIN_DOCS))
    75 fo: $(patsubst %,$(FODIR)/%.fo,$(MAIN_DOCS))
    76 fo-pdf: $(patsubst %,$(FOPDFDIR)/%.pdf,$(MAIN_DOCS))
    77 tex: $(addsuffix .tex,$(MAIN_DOCS))
    78 texi: $(patsubst %,$(TEXINFODIR)/%.texi,$(MAIN_DOCS))
    79 texiinfo: $(patsubst %,$(TEXINFODIR)/%.info,$(MAIN_DOCS))
    80 manpages3: $(patsubst $(MANPAGEDIR3)/%.xml,$(OUTPUTDIR)/manpages-3/%,$(MANPAGES3))
    81 pearson: $(PEARSONDIR)/Samba3-HOWTO.xml
    82 pearson-verify: $(PEARSONDIR)/Samba3-HOWTO.report.html
    83 plucker: $(patsubst %,$(PLUCKERDIR)/%.pdb,$(MAIN_DOCS))
    84 htmlman3: $(patsubst $(MANPAGEDIR3)/%.xml,$(HTMLDIR)/manpages-3/%.html,$(MANPAGES3)) $(HTMLDIR)/manpages-3/index.html
    85 html-single: $(patsubst %,$(HTMLDIR)/%.html,$(MAIN_DOCS))
    86 html: $(patsubst %,$(HTMLDIR)/%/index.html,$(MAIN_DOCS)) $(HTMLDIR)/index.html
    87 htmlhelp: $(addprefix $(HTMLHELPDIR)/,$(MAIN_DOCS))
    88 validate: $(addsuffix -validate,$(MAIN_DOCS))
     72pdf:: $(patsubst %,$(PDFDIR)/%.pdf,$(MAIN_DOCS))
     73dvi:: $(patsubst %,$(DVIDIR)/%.dvi,$(MAIN_DOCS))
     74ps:: $(patsubst %,$(PSDIR)/%.ps,$(MAIN_DOCS))
     75txt:: $(patsubst %,$(TXTDIR)/%.txt,$(MAIN_DOCS))
     76txt-chunks:: $(addsuffix -txt-chunks,$(MAIN_DOCS))
     77fo:: $(patsubst %,$(FODIR)/%.fo,$(MAIN_DOCS))
     78fo-pdf:: $(patsubst %,$(FOPDFDIR)/%.pdf,$(MAIN_DOCS))
     79tex:: $(addsuffix .tex,$(MAIN_DOCS))
     80texi:: $(patsubst %,$(TEXINFODIR)/%.texi,$(MAIN_DOCS))
     81texiinfo:: $(patsubst %,$(TEXINFODIR)/%.info,$(MAIN_DOCS))
     82manpages3:: $(patsubst $(MANPAGEDIR3)/%.xml,$(OUTPUTDIR)/manpages-3/%,$(MANPAGES3))
     83pearson:: $(PEARSONDIR)/Samba3-HOWTO.xml
     84pearson-verify:: $(PEARSONDIR)/Samba3-HOWTO.report.html
     85plucker:: $(patsubst %,$(PLUCKERDIR)/%.pdb,$(MAIN_DOCS))
     86htmlman3:: $(patsubst $(MANPAGEDIR3)/%.xml,$(HTMLDIR)/manpages-3/%.html,$(MANPAGES3)) $(HTMLDIR)/manpages-3/index.html
     87html-single:: $(patsubst %,$(HTMLDIR)/%.html,$(MAIN_DOCS))
     88html:: $(patsubst %,$(HTMLDIR)/%/index.html,$(MAIN_DOCS)) $(HTMLDIR)/index.html
     89htmlhelp:: $(addprefix $(HTMLHELPDIR)/,$(MAIN_DOCS))
     90validate:: $(addsuffix -validate,$(MAIN_DOCS))
     91
     92test:: validate
     93check:: validate
     94
     95.PHONY: test check validate
    8996
    9097# Intermediate docbook docs
     
    93100        @echo "Converting Samba-specific tags for $*..."
    94101        @mkdir -p $(@D)
    95         $(XSLTPROC) --stringparam latex.imagebasedir "$*/"  --stringparam noreference 0  --xinclude --output $@ xslt/expand-sambadoc.xsl $<
     102        @$(XSLTPROC) --stringparam latex.imagebasedir "$*/"  --stringparam noreference 0  --xinclude --output $@ xslt/expand-sambadoc.xsl $<
    96103
    97104$(DOCBOOKDIR)/manpages-3/%.xml: $(MANPAGEDIR3)/%.xml xslt/expand-sambadoc.xsl
     
    106113
    107114# HTML docs
    108 
    109115$(HTMLDIR)/index.html: htmldocs.html
    110116        @mkdir -p $(@D)
     
    129135        @echo "Generating attributions file $@ from $*/"
    130136        @cp -f templates/attributions.xml $@
    131         $(XSLTPROC) --xinclude -o $@ xslt/generate-attributions.xsl $*/index.xml
     137        @$(XSLTPROC) --xinclude -o $@ xslt/generate-attributions.xsl $*/index.xml
    132138
    133139# Text files
     
    140146        @echo "Generating $@..."
    141147        @mkdir -p $(@D)
    142         $(XSLTPROC) $(DB2LATEX_ARGS) --stringparam latex.imagebasedir "$*/" --xinclude --output $@ xslt/latex.xsl $<
    143 
    144 latexfigures: $(LATEX_FIGURES)
     148        @$(XSLTPROC) $(DB2LATEX_ARGS) --stringparam latex.imagebasedir "$*/" --xinclude --output $@ xslt/latex.xsl $<
    145149
    146150$(PDFDIR)/%.pdf: %.pdf
     
    148152        cp $< $@
    149153
    150 %.idx: %.tex latexfigures
     154%.idx: %.tex $(LATEX_FIGURES)
    151155        -$(PDFLATEX) $<
    152156
     
    157161%.d: $(DOCBOOKDIR)/%.xml xslt/generate-dependencies.xsl
    158162        @echo "Generating dependency file for $*"
    159         $(XSLTPROC) \
    160                 --novalid \
     163        @$(XSLTPROC) --novalid \
    161164                --stringparam txtbasedir "$(TXTDIR)/$*/" \
    162165                --stringparam target "$*" \
     
    191194
    192195# Adobe PDF files
    193 %.pdf: %.tex %.ind latexfigures %-images-latex-png %-images-latex-pdf
     196%.pdf: %.tex %.ind $(LATEX_FIGURES) %-images-latex-png %-images-latex-pdf
    194197        -$(PDFLATEX) $<
    195198        -$(PDFLATEX) $<
     
    319322xslt/pearson.xsl:
    320323
    321 distclean clobber: clean
    322         rm Makefile.settings config.status config.log configure
     324distclean clobber:: clean
     325        rm -f Makefile.settings config.status config.log
     326
     327realdistclean:: distclean
     328        rm -f configure
    323329        rm -rf autom4te.cache
    324330
     
    326332# Always keep intermediate files if we can
    327333.SECONDARY:
    328 .PHONY: clean clobber archive release everything all $(TARGETS) latexfigures
    329 
     334.PHONY: clean clobber archive release everything all
     335
  • branches/samba-3.2.x/docs-xml/Samba3-ByExample/SBE-DomainAppsSupport.xml

    r203 r232  
    478478&rootprompt; smbd -D
    479479&rootprompt; nmbd -D
    480 &rootprompt; winbindd -B
     480&rootprompt; winbindd -D
    481481</screen>
    482482                </para></step>
  • branches/samba-3.2.x/docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml

    r203 r232  
    19111911
    19121912$rootprompt; ps ax | grep winbind
    1913 14293 ?        S     0:00 /usr/sbin/winbindd -B
    1914 14295 ?        S     0:00 /usr/sbin/winbindd -B
     191314293 ?        S     0:00 /usr/sbin/winbindd -D
     191414295 ?        S     0:00 /usr/sbin/winbindd -D
    19151915</screen>
    19161916                        The <command>winbindd</command> daemon is running in split mode (normal), so there are also
  • branches/samba-3.2.x/docs-xml/Samba3-ByExample/SBE-TheSmallOffice.xml

    r203 r232  
    768768
    769769$rootprompt; ps ax | grep winbind
    770 14293 ?        S     0:00 /usr/sbin/winbindd -B
    771 14295 ?        S     0:00 /usr/sbin/winbindd -B
     77014293 ?        S     0:00 /usr/sbin/winbindd -D
     77114295 ?        S     0:00 /usr/sbin/winbindd -D
    772772</screen>
    773773                        The <command>winbindd</command> daemon is running in split mode (normal), so there are also
  • branches/samba-3.2.x/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml

    r203 r232  
    493493<para><programlisting>
    494494#!/bin/sh
    495 /usr/local/samba/sbin/smbd -D 
    496 /usr/local/samba/sbin/winbindd -B
    497 /usr/local/samba/sbin/nmbd -D 
     495/usr/local/samba/sbin/smbd -D
     496/usr/local/samba/sbin/winbindd -D
     497/usr/local/samba/sbin/nmbd -D
    498498</programlisting></para>
    499499
  • branches/samba-3.2.x/docs-xml/Samba3-HOWTO/TOSHARG-TheNetCommand.xml

    r203 r232  
    18511851        The IDMAP dump file can be restored using the following command:
    18521852<screen>
    1853 net idmap restore &lt;full_path_and_tdb_filename&gt; &lt; dumpfile.txt
     1853net idmap restore idmap_dump.txt
    18541854</screen>
    18551855        Where the Samba run-time tdb files are stored in the <filename>/var/lib/samba</filename> directory
  • branches/samba-3.2.x/docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml

    r203 r232  
    10171017
    10181018<programlisting>
    1019         daemon /usr/local/samba/sbin/winbindd -B
     1019        daemon /usr/local/samba/sbin/winbindd -D
    10201020</programlisting>.
    10211021</para>
     
    11261126in the script above with:
    11271127<programlisting>
    1128 /usr/local/samba/sbin/winbindd -B
     1128/usr/local/samba/sbin/winbindd -D
    11291129</programlisting>
    11301130</para>
  • branches/samba-3.2.x/docs-xml/htmldocs.html

    r203 r232  
    2424</tr>
    2525<tr>
    26  <td valign="top"><a href="../using_samba/toc.html">Using Samba</a>, 2nd Edition</td>
     26 <td valign="top"><a href="using_samba/toc.html">Using Samba</a>, 2nd Edition</td>
    2727 <td valign="top"><i>Using Samba</i>, Second Edition is a comprehensive guide to Samba administration. It covers all versions of Samba from 2.0 to 2.2, including selected features from an alpha version of 3.0, as well as the SWAT graphical configuration tool. Updated for Windows 2000, ME, and XP, the book also explores Samba's new role as a primary domain controller and domain member server, its support for the use of Windows NT/2000/XP authentication and filesystem security on the host Unix system, and accessing shared files and printers from Unix clients.</td>
    2828</tr>
    2929<tr>
    30  <td valign="top"><a href="manpages-3/index.html">Man pages</a></td>
     30 <td valign="top"><a href="manpages/index.html">Man pages</a></td>
    3131 <td valign="top">The Samba man pages in HTML.</td>
    3232</tr>
     
    3535  <td valign="top">Samba Release Notes.</td>
    3636</tr>
    37 <tr>
    38  <td valign="top"><a href="../../README.VENDOR">README.VENDOR</a></td>
    39   <td valign="top">VENDOR specific information.</td>
    40 </tr>
    4137</table></body></html>
  • branches/samba-3.2.x/docs-xml/manpages-3/eventlogadm.8.xml

    r203 r232  
    9292                <listitem><para>
    9393                The <command>-o write</command> reads event log
    94                 records from standard input and writes them to theSamba
     94                records from standard input and writes them to the Samba
    9595                event log store named by EVENTLOG.
    9696                </para> </listitem>
     
    181181
    182182                <listitem><para>
    183                 <command>SRN</command> - he name of the machine on
     183                <command>SRN</command> - The name of the machine on
    184184                which the eventlog was generated. This is typically the
    185185                host name.
  • branches/samba-3.2.x/docs-xml/manpages-3/idmap_ad.8.xml

    r203 r232  
    2424        API, and is READONLY. Mappings must be provided in advance
    2525        by the administrator by adding the posixAccount/posixGroup
    26         classess and relative attribute/value pairs to the users and
    27         groups objects in AD</para>
     26        classes and relative attribute/value pairs to the user and
     27        group objects in the AD.</para>
    2828</refsynopsisdiv>
    2929
     
    3535                <term>range = low - high</term>
    3636                <listitem><para>
    37                         Defines the available matching uid and gid range for which the
     37                        Defines the available matching UID and GID range for which the
    3838                        backend is authoritative. Note that the range acts as a filter.
    3939                        If specified any UID or GID stored in AD that fall outside the
     
    4848                        Defines the schema that idmap_ad should use when querying
    4949                        Active Directory regarding user and group information.
    50                         This can either the RFC2307 schema support included
     50                        This can be either the RFC2307 schema support included
    5151                        in Windows 2003 R2 or the Service for Unix (SFU) schema.
    5252                </para></listitem>
  • branches/samba-3.2.x/docs-xml/manpages-3/libsmbclient.7.xml

    r203 r232  
    1919<refsynopsisdiv>
    2020        <cmdsynopsis>
    21                 <command>Browser URL:</command>
    2221        <para>
    23         smb://[[[domain:]user[:password@]]server[/share[/path[/file]]]] [?options]
    24     </para>
     22        Browser URL:
     23        <command moreinfo="none">smb://[[[domain:]user[:password@]]server[/share[/path[/file]]]] [?options]
     24        </command>
     25        </para>
    2526        </cmdsynopsis>
    2627</refsynopsisdiv>
  • branches/samba-3.2.x/docs-xml/manpages-3/mount.cifs.8.xml

    r203 r232  
    4444
    4545        <para>
    46         The mount.cifs utility attaches the UNC name (exported network resource) to
    47         the local directory <emphasis>mount-point</emphasis>. It is possible to set the mode for mount.cifs to
    48 setuid root to allow non-root users to mount shares to directories for which they
    49 have write permission.
     46        The mount.cifs utility attaches the UNC name (exported network resource)
     47        specified as <emphasis>service</emphasis> (using //server/share syntax,
     48        where "server" is the server name or IP address and "share" is the name
     49        of the share) to the local directory <emphasis>mount-point</emphasis>.
     50        It is possible to set the mode for mount.cifs to setuid root to allow
     51        non-root users to mount shares to directories for which they
     52        have write permission.
    5053        </para>
    5154
     
    9093                <listitem><para>specifies the CIFS password. If this
    9194option is not given then the environment variable
    92 <emphasis>PASSWD</emphasis> is used. If the password is not specified 
     95<emphasis>PASSWD</emphasis> is used. If the password is not specified
    9396directly or indirectly via an argument to mount, <emphasis>mount.cifs</emphasis> will prompt
    9497for a password, unless the guest option is specified.
     
    107110                <listitem><para>
    108111                                specifies a file that contains a username
    109                                 and/or password. The format of the file is:
     112                                and/or password and optionally the name of the
     113                                workgroup. The format of the file is:
    110114                        </para>
    111115
     
    113117                username=<replaceable>value</replaceable>
    114118                password=<replaceable>value</replaceable>
     119                workgroup=<replaceable>value</replaceable>
    115120</programlisting>
    116                
     121
    117122                <para>
    118123This is preferred over having passwords in plaintext in a
  • branches/samba-3.2.x/docs-xml/manpages-3/smbclient.1.xml

    r203 r232  
    1414<refnamediv>
    1515        <refname>smbclient</refname>
    16         <refpurpose>ftp-like client to access SMB/CIFS resources 
     16        <refpurpose>ftp-like client to access SMB/CIFS resources
    1717        on servers</refpurpose>
    1818</refnamediv>
     
    3131                <arg choice="opt">-A authfile</arg>
    3232                <arg choice="opt">-N</arg>
     33                <arg choice="opt">-g</arg>
    3334                <arg choice="opt">-i scope</arg>
    3435                <arg choice="opt">-O &lt;socket options&gt;</arg>
     
    4041                <arg choice="opt">-c &lt;command&gt;</arg>
    4142        </cmdsynopsis>
    42                
     43
    4344        <cmdsynopsis>
    4445                <command>smbclient</command>
     
    5556                <arg choice="opt">-A authfile</arg>
    5657                <arg choice="opt">-N</arg>
     58                <arg choice="opt">-g</arg>
    5759                <arg choice="opt">-l log-basename</arg>
    5860                <arg choice="opt">-I destinationIP</arg>
     
    234236                messages. </para></listitem>
    235237                </varlistentry>
    236                
     238
    237239                <varlistentry>
    238240                <term>-p port</term>
     
    242244                default. </para></listitem>
    243245                </varlistentry>
    244                
     246
     247                <varlistentry>
     248                <term>-g</term>
     249                <listitem><para>This parameter provides combined with
     250                <parameter>-L</parameter> easy parseable output that allows processing
     251                with utilities such as grep and cut.
     252                </para></listitem>
     253                </varlistentry>
     254
    245255                <varlistentry>
    246256                <term>-P</term>
     
    249259                </para></listitem>
    250260                </varlistentry>
    251                
     261
    252262                &stdarg.help;
    253                
     263
    254264                <varlistentry>
    255265                <term>-I IP-address</term>
    256                 <listitem><para><replaceable>IP address</replaceable> is the address of the server to connect to. 
     266                <listitem><para><replaceable>IP address</replaceable> is the address of the server to connect to.
    257267                It should be specified in standard "a.b.c.d" notation. </para>
    258268
  • branches/samba-3.2.x/docs-xml/manpages-3/vfs_recycle.8.xml

    r203 r232  
    186186        <title>EXAMPLES</title>
    187187
    188         <para>Log operations on all shares using the LOCAL1 facility
    189         and NOTICE priority:</para>
     188        <para>Move files "deleted" on <parameter>share</parameter> to
     189        <parameter>/data/share/.recycle</parameter> instead of deleting them:
     190        </para>
    190191
    191192<programlisting>
    192         <smbconfsection name="[global]"/>
     193        <smbconfsection name="[share]"/>
     194        <smbconfoption name="path">/data/share</smbconfoption>
    193195        <smbconfoption name="vfs objects">recycle</smbconfoption>
    194         <smbconfoption name="recycle:facility">LOCAL1</smbconfoption>
    195         <smbconfoption name="recycle:priority">NOTICE</smbconfoption>
     196        <smbconfoption name="recycle:repository">.recycle</smbconfoption>
     197        <smbconfoption name="recycle:keeptree">yes</smbconfoption>
     198        <smbconfoption name="recycle:versions">yes</smbconfoption>
    196199</programlisting>
    197200
  • branches/samba-3.2.x/docs-xml/smbdotconf/ldap/ldapssl.xml

    r203 r232  
    44                 advanced="1" developer="1"
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    6  <description>
     6<description>
    77        <para>This option is used to define whether or not Samba should
    88        use SSL when connecting to the ldap server
    99        This is <emphasis>NOT</emphasis> related to
    10         Samba's previous SSL support which was enabled by specifying the
    11          <command moreinfo="none">--with-ssl</command> option to the <filename moreinfo="none">configure</filename>
     10        Samba's previous SSL support which was enabled by specifying the
     11        <command moreinfo="none">--with-ssl</command> option to the
     12        <filename moreinfo="none">configure</filename>
    1213        script.</para>
    13                
    14 <para>The <smbconfoption name="ldap ssl"/> can be set to one of three values:</para>   
     14
     15        <para>LDAP connections should be secured where possible. This may be
     16        done setting either this parameter to
     17        <parameter moreinfo="none">Start_tls</parameter>
     18        or by specifying <parameter moreinfo="none">ldaps://</parameter> in
     19        the URL argument of <smbconfoption name="passdb backend"/>.</para>
     20
     21        <para>The <smbconfoption name="ldap ssl"/> can be set to one of
     22        two values:</para>
    1523        <itemizedlist>
    1624                <listitem>
    17                         <para><parameter moreinfo="none">Off</parameter> = Never 
     25                        <para><parameter moreinfo="none">Off</parameter> = Never
    1826                        use SSL when querying the directory.</para>
    1927                </listitem>
    2028
    2129                <listitem>
    22                         <para><parameter moreinfo="none">Start_tls</parameter> = Use 
    23                         the LDAPv3 StartTLS extended operation (RFC2830) for 
     30                        <para><parameter moreinfo="none">Start_tls</parameter> = Use
     31                        the LDAPv3 StartTLS extended operation (RFC2830) for
    2432                        communicating with the directory server.</para>
    2533                </listitem>
    26            
    27                 <listitem>
    28                         <para><parameter moreinfo="none">On</parameter>  = Use SSL
    29                         on the ldaps port when contacting the <parameter
    30                         moreinfo="none">ldap server</parameter>. Only available when the
    31                         backwards-compatiblity <command
    32                         moreinfo="none">--with-ldapsam</command> option is specified
    33                 to configure. See <smbconfoption name="passdb backend"/></para>.
    34                 </listitem>
    35         </itemizedlist>         
     34        </itemizedlist>
    3635</description>
    37 <value type="default">start_tls</value>
     36<value type="default">no</value>
    3837</samba:parameter>
  • branches/samba-3.2.x/docs-xml/smbdotconf/ldap/ldaptimeout.xml

    r203 r232  
    66<description>
    77        <para>
    8         When Samba connects to an ldap server that server may be down or unreachable. To prevent Samba from hanging whilst
    9         waiting for the connection this parameter specifies in seconds how long Samba should wait before failing the
    10         connect. The default is to only wait fifteen seconds for the ldap server to respond to the connect request.
     8        This parameter defines the number of seconds that Samba should use as timeout for LDAP operations.
    119        </para>
    1210</description>
  • branches/samba-3.2.x/docs-xml/smbdotconf/misc/addsharecommand.xml

    r203 r232  
    88        Samba 2.2.0 introduced the ability to dynamically add and delete shares via the Windows NT 4.0 Server
    99        Manager.  The <parameter moreinfo="none">add share command</parameter> is used to define an external program
    10         or script which will add a new service definition to <filename moreinfo="none">smb.conf</filename>.  In order
    11         to successfully execute the <parameter moreinfo="none">add share command</parameter>, <command
    12         moreinfo="none">smbd</command> requires that the administrator be connected using a root account (i.e.  uid == 0).
     10        or script which will add a new service definition to
     11        <filename moreinfo="none">smb.conf</filename>.
    1312        </para>
    1413
    15     <para>
    16     If the connected account has <literal>SeDiskOperatorPrivilege</literal>, scripts defined in
    17     <parameter moreinfo="none">change share</parameter> parameter are executed as root.
    18     </para>
     14        <para>
     15        In order to successfully execute the
     16        <parameter moreinfo="none">add share command</parameter>,
     17        <command moreinfo="none">smbd</command> requires that the administrator
     18        connects using a root account (i.e.  uid == 0) or has the
     19        <literal>SeDiskOperatorPrivilege</literal>.
     20        Scripts defined in the <parameter moreinfo="none">add share command</parameter>
     21        parameter are executed as root.
     22        </para>
    1923
    2024        <para>
     
    5761
    5862        <para>
    59         This parameter is only used for add file shares. To add printer shares, see the <smbconfoption
     63        This parameter is only used to add file shares. To add printer shares, see the <smbconfoption
    6064        name="addprinter command"/>.
    6165        </para>
  • branches/samba-3.2.x/docs-xml/smbdotconf/misc/changesharecommand.xml

    r203 r232  
    99Manager.  The <parameter moreinfo="none">change share command</parameter> is used to define an external
    1010program or script which will modify an existing service definition in <filename
    11 moreinfo="none">smb.conf</filename>.  In order to successfully execute the <parameter moreinfo="none">change
    12 share command</parameter>, <command moreinfo="none">smbd</command> requires that the administrator be
    13 connected using a root account (i.e. uid == 0).
     11moreinfo="none">smb.conf</filename>.
    1412        </para>
    1513
    1614        <para>
    17         If the connected account has <literal>SeDiskOperatorPrivilege</literal>, scripts defined in
    18         <parameter moreinfo="none">change share</parameter> parameter are executed as root.
     15        In order to successfully execute the
     16        <parameter moreinfo="none">change share command</parameter>,
     17        <command moreinfo="none">smbd</command> requires that the administrator
     18        connects using a root account (i.e. uid == 0) or has the
     19        <literal>SeDiskOperatorPrivilege</literal>.
     20        Scripts defined in the <parameter moreinfo="none">change share command</parameter>
     21        parameter are executed as root.
    1922        </para>
    2023
     
    5962
    6063        <para>
    61         This parameter is only used modify existing file shares definitions.  To modify
    62         printer shares, use the &quot;Printers...&quot; folder as seen when browsing the Samba host.
     64        This parameter is only used to modify existing file share definitions.
     65        To modify printer shares, use the &quot;Printers...&quot; folder as seen
     66        when browsing the Samba host.
    6367        </para>
    6468</description>
     
    6771<related>delete share command</related>
    6872<value type="default"></value>
    69 <value type="example">/usr/local/bin/addshare</value>
     73<value type="example">/usr/local/bin/changeshare</value>
    7074</samba:parameter>
  • branches/samba-3.2.x/docs-xml/smbdotconf/misc/deletesharecommand.xml

    r203 r232  
    99        Manager.  The <parameter moreinfo="none">delete share command</parameter> is used to define an external
    1010        program or script which will remove an existing service definition from
    11         <filename moreinfo="none">smb.conf</filename>.  In order to successfully execute the
    12         <parameter moreinfo="none">delete share command</parameter>, <command moreinfo="none">smbd</command>
    13         requires that the administrator be connected using a root account (i.e.  uid == 0).
     11        <filename moreinfo="none">smb.conf</filename>.
    1412        </para>
    1513
    16     <para>
    17     If the connected account has <literal>SeDiskOperatorPrivilege</literal>, scripts defined in
    18     <parameter moreinfo="none">change share</parameter> parameter are executed as root.
    19     </para>
     14        <para>In order to successfully execute the
     15        <parameter moreinfo="none">delete share command</parameter>,
     16        <command moreinfo="none">smbd</command> requires that the administrator
     17        connects using a root account (i.e.  uid == 0) or has the
     18        <literal>SeDiskOperatorPrivilege</literal>.
     19        Scripts defined in the <parameter moreinfo="none">delete share command</parameter>
     20        parameter are executed as root.
     21        </para>
    2022
    2123        <para>
     
    4547
    4648<related>add share command</related>
    47 <related>delete share command</related>
     49<related>change share command</related>
    4850<value type="default"></value>
    4951<value type="example">/usr/local/bin/delshare</value>
  • branches/samba-3.2.x/docs-xml/smbdotconf/misc/socketaddress.xml

    r203 r232  
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<description>
    7         <para>This option allows you to control what 
    8         address Samba will listen for connections on. This is used to 
    9         support multiple virtual interfaces on the one server, each 
     7        <para>This option allows you to control what
     8        address Samba will listen for connections on. This is used to
     9        support multiple virtual interfaces on the one server, each
    1010        with a different configuration.</para>
    11                
    12         <para>By default Samba will accept connections on any
     11        <para>Setting this option should never be necessary on usual Samba
     12        servers running only one nmbd.</para>
     13
     14        <para>By default Samba will accept connections on any
    1315                address.</para>
    1416</description>
  • branches/samba-3.2.x/docs-xml/smbdotconf/printing/printing.xml

    r203 r232  
    3434    [printers]</link> section.</para>
    3535</description>
     36<value type="default">Depends on the operating system, see
     37<command moreinfo="none">testparm -v.</command></value>
    3638</samba:parameter>
  • branches/samba-3.2.x/docs-xml/smbdotconf/vfs/aclcompatibility.xml

    r203 r232  
    11<samba:parameter name="acl compatibility"
    2                  context="S"
     2                 context="G"
    33                                 type="enum"
    44                 advanced="1" developer="1"
Note: See TracChangeset for help on using the changeset viewer.