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

</description>
<value type="default">yes</value>
</samba:parameter>