source: vendor/current/docs-xml/smbdotconf/misc/copy.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 845 bytes
Line 
1<samba:parameter name="copy"
2 type="string"
3 context="S"
4 generated_function="0"
5 handler="handle_copy"
6 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7<description>
8 <para>This parameter allows you to &quot;clone&quot; service
9 entries. The specified service is simply duplicated under the
10 current service's name. Any parameters specified in the current
11 section will override those in the section being copied.</para>
12
13 <para>This feature lets you set up a 'template' service and
14 create similar services easily. Note that the service being
15 copied must occur earlier in the configuration file than the
16 service doing the copying.</para>
17</description>
18
19<value type="default"></value>
20<value type="example">otherservice</value>
21</samba:parameter>
Note: See TracBrowser for help on using the repository browser.