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

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

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