source: branches/samba-3.3.x/docs-xml/smbdotconf/misc/copy.xml

Last change on this file was 217, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.3.0 level docs-xml (psmedley's port)

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