mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
24905ba82d
The constant mark applied to types "string" and "ustring". The previous patches in this patchset already markes all string options as either constant or substituted, but it's still possible to add options or change existing ones to be neither constant nor substituted. In order to enforce strings to be either constant or substitued, remove the explicit constant marker. Instead, any option that is not marked as substituted is implicitly made constant. This patch doesn't change behaviour and all generated files are the same before and after this change. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
24 lines
918 B
XML
24 lines
918 B
XML
<samba:parameter name="usershare template share"
|
|
context="G"
|
|
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>
|