summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/security/inheritowner.xml
blob: 0ed8285b0650f8c24d7a18560623d79503ebd233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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>