blob: ed76283e6145356bedab6cc7c2d53a027041feae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<samba:parameter name="usershare max shares"
context="G"
basic="1" advanced="1"
type="integer"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter specifies the number of user defined shares
that are allowed to be created by users belonging to the group owning the
usershare directory. If set to zero (the default) user defined shares are ignored.
</para>
</description>
<value type="default">0</value>
</samba:parameter>
|