source: branches/samba-3.2.x/docs-xml/smbdotconf/security/inheritowner.xml

Last change on this file was 203, checked in by Herwig Bauernfeind, 16 years ago

Missing 3.2.2 client and HOWTO files

File size: 833 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.