~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/security/inheritowner.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>