diff options
author | Jeremy Allison <jra@samba.org> | 2006-05-09 23:33:58 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:19 -0500 |
commit | 0413e483dbf9e748afcb260445708b20abbfd43e (patch) | |
tree | 1085647e9556d6fe1132a0e74a7d528a43c0f741 | |
parent | 791b7b7d28fba53ff2f6a6b1f228c506353db38e (diff) | |
download | samba-0413e483dbf9e748afcb260445708b20abbfd43e.tar.gz samba-0413e483dbf9e748afcb260445708b20abbfd43e.tar.bz2 samba-0413e483dbf9e748afcb260445708b20abbfd43e.zip |
Add "usershare max shares" parameter.
Jeremy.
(This used to be commit eaf1d04c2134e7d844f959f08bd48119c87d1b28)
-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> |