mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
22 lines
847 B
XML
22 lines
847 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 ensuring that newly created files in a user's
|
|
roaming profile directory are actually owned by the user.</para>
|
|
</description>
|
|
|
|
<related>inherit permissions</related>
|
|
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|