CVE-2016-2115: docs-xml: always default "client ipc signing" to "mandatory"
[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
14         not delete them and ensuring that newly created files in a user's
15         roaming profile directory are actually owned by the user.</para>
16 </description>
17
18 <related>inherit permissions</related>
19
20 <value type="default">no</value>
21 </samba:parameter>