mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
8f8a9f0190
(This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)
22 lines
833 B
XML
22 lines
833 B
XML
<samba:parameter name="inherit owner"
|
|
context="S"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>The ownership of new files and directories
|
|
is normally governed by effective uid of the connected user.
|
|
This option allows the Samba administrator to specify that
|
|
the ownership for new files and directories should be controlled
|
|
by the ownership of the parent directory.</para>
|
|
|
|
<para>Common scenarios where this behavior is useful is in
|
|
implementing drop-boxes where users can create and edit files but not
|
|
delete them and to ensure that newly create files in a user's
|
|
roaming profile directory are actually owner by the user.</para>
|
|
</description>
|
|
|
|
<related>inherit permissions</related>
|
|
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|