Merge Samba3 and Samba4 together
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / misc / usershareprefixallowlist.xml
1 <samba:parameter name="usershare prefix allow list"
2                  context="G"
3                  basic="1" advanced="1"
4                  type="string"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This parameter specifies a list of absolute pathnames
8         the root of which are allowed to be exported by user defined share definitions.
9         If the pathname exported doesn't start with one of the strings in this
10         list the user defined share will not be allowed. This allows the Samba
11         administrator to restrict the directories on the system that can be
12         exported by user defined shares.
13         </para>
14         <para>
15         If there is a "usershare prefix deny list" and also a
16         "usershare prefix allow list" the deny list is processed
17         first, followed by the allow list, thus leading to the most
18         restrictive interpretation.
19         </para>
20
21 </description>
22 <value type="default">NULL</value>
23 <value type="example">/home /data /space</value>
24 </samba:parameter>