mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
"usershare owner only" docs.
Jeremy.
This commit is contained in:
parent
eaf1d04c21
commit
51bf56aa26
19
docs/smbdotconf/misc/usershareowneronly.xml
Normal file
19
docs/smbdotconf/misc/usershareowneronly.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<samba:parameter name="usershare owner only"
|
||||
context="G"
|
||||
basic="1" advanced="1"
|
||||
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">True</value>
|
||||
</samba:parameter>
|
Loading…
x
Reference in New Issue
Block a user