~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/misc/usershareowneronly.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="usershare owner only"
 
2
                 context="G"
 
3
                 basic="1" advanced="1"
 
4
                 type="boolean"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<description>
 
7
        <para>This parameter controls whether the pathname exported by
 
8
        a user defined shares must be owned by the user creating the
 
9
        user defined share or not. If set to True (the default) then
 
10
        smbd checks that the directory path being shared is owned by
 
11
        the user who owns the usershare file defining this share and
 
12
        refuses to create the share if not. If set to False then no
 
13
        such check is performed and any directory path may be exported
 
14
        regardless of who owns it.
 
15
        </para>
 
16
 
 
17
</description>
 
18
<value type="default">True</value>
 
19
</samba:parameter>