s3:lib: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / misc / usershareowneronly.xml
blob4aab43a0daf91e4f8ca0495b7013fc581cb23f06
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>
17 </description>
18 <value type="default">True</value>
19 </samba:parameter>