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