mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
962f3e9a34
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
25 lines
909 B
XML
25 lines
909 B
XML
<samba:parameter name="usershare template share"
|
|
context="G"
|
|
basic="1" advanced="1"
|
|
type="string"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>User defined shares only have limited possible parameters
|
|
such as path, guest ok, etc. This parameter allows usershares to
|
|
"cloned" from an existing share. If "usershare template share"
|
|
is set to the name of an existing share, then all usershares
|
|
created have their defaults set from the parameters set on this
|
|
share.
|
|
</para>
|
|
<para>
|
|
The target share may be set to be invalid for real file
|
|
sharing by setting the parameter "-valid = False" on the template
|
|
share definition. This causes it not to be seen as a real exported
|
|
share but to be able to be used as a template for usershares.
|
|
</para>
|
|
|
|
</description>
|
|
<value type="default"></value>
|
|
<value type="example">template_share</value>
|
|
</samba:parameter>
|