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/smbdotconf/misc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.