diff options
Diffstat (limited to 'docs/smbdotconf/misc/usersharemaxshares.xml')
-rw-r--r-- | docs/smbdotconf/misc/usersharemaxshares.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/smbdotconf/misc/usersharemaxshares.xml b/docs/smbdotconf/misc/usersharemaxshares.xml new file mode 100644 index 0000000000..ed76283e61 --- /dev/null +++ b/docs/smbdotconf/misc/usersharemaxshares.xml @@ -0,0 +1,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> |