Next update of VFS modules development guide
[samba.git] / docs-xml / smbdotconf / security / inheritowner.xml
1 <samba:parameter name="inherit owner"
2                  context="S"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>The ownership of new files and directories 
7         is normally governed by effective uid of the connected user.
8         This option allows the Samba administrator to specify that
9         the ownership for new files and directories should be controlled
10         by the ownership of the parent directory.</para>
11         
12         <para>Common scenarios where this behavior is useful is in 
13         implementing drop-boxes where users can create and edit files but not 
14         delete them and to ensure that newly create files in a user's
15         roaming profile directory are actually owner by the user.</para>
16 </description>
17
18 <related>inherit permissions</related>
19
20 <value type="default">no</value>
21 </samba:parameter>