Changeset 232 for branches/samba-3.2.x/docs-xml/smbdotconf/misc
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- 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 8 8 Samba 2.2.0 introduced the ability to dynamically add and delete shares via the Windows NT 4.0 Server 9 9 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>. 13 12 </para> 14 13 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> 19 23 20 24 <para> … … 57 61 58 62 <para> 59 This parameter is only used for add file shares.To add printer shares, see the <smbconfoption63 This parameter is only used to add file shares. To add printer shares, see the <smbconfoption 60 64 name="addprinter command"/>. 61 65 </para> -
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> -
branches/samba-3.2.x/docs-xml/smbdotconf/misc/deletesharecommand.xml
r203 r232 9 9 Manager. The <parameter moreinfo="none">delete share command</parameter> is used to define an external 10 10 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>. 14 12 </para> 15 13 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> 20 22 21 23 <para> … … 45 47 46 48 <related>add share command</related> 47 <related> delete share command</related>49 <related>change share command</related> 48 50 <value type="default"></value> 49 51 <value type="example">/usr/local/bin/delshare</value> -
branches/samba-3.2.x/docs-xml/smbdotconf/misc/socketaddress.xml
r203 r232 5 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 6 <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 10 10 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 13 15 address.</para> 14 16 </description>
Note:
See TracChangeset
for help on using the changeset viewer.