- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/docs-xml/smbdotconf/misc/changesharecommand.xml
r203 r232 9 9 Manager. The <parameter moreinfo="none">change share command</parameter> is used to define an external 10 10 program 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). 11 moreinfo="none">smb.conf</filename>. 14 12 </para> 15 13 16 14 <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. 19 22 </para> 20 23 … … 59 62 60 63 <para> 61 This parameter is only used modify existing file shares definitions. To modify 62 printer shares, use the "Printers..." 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 "Printers..." folder as seen 66 when browsing the Samba host. 63 67 </para> 64 68 </description> … … 67 71 <related>delete share command</related> 68 72 <value type="default"></value> 69 <value type="example">/usr/local/bin/ addshare</value>73 <value type="example">/usr/local/bin/changeshare</value> 70 74 </samba:parameter>
Note:
See TracChangeset
for help on using the changeset viewer.