source: vendor/current/docs-xml/smbdotconf/misc/usershareowneronly.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 736 bytes
Line 
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>
15
16</description>
17<value type="default">yes</value>
18</samba:parameter>
Note: See TracBrowser for help on using the repository browser.