docs:smbdotconf: make formatting of headers uniform.
[Samba.git] / docs-xml / smbdotconf / misc / usershareowneronly.xml
blob5b334928759006c8cff132c9a035b15c59a2cc12
1 <samba:parameter name="usershare owner only"
2                  context="G"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This parameter controls whether the pathname exported by
7         a user defined shares must be owned by the user creating the
8         user defined share or not. If set to True (the default) then
9         smbd checks that the directory path being shared is owned by
10         the user who owns the usershare file defining this share and
11         refuses to create the share if not. If set to False then no
12         such check is performed and any directory path may be exported
13         regardless of who owns it.
14         </para>
16 </description>
17 <value type="default">yes</value>
18 </samba:parameter>