summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/misc
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-05-09 23:33:58 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:19 -0500
commit0413e483dbf9e748afcb260445708b20abbfd43e (patch)
tree1085647e9556d6fe1132a0e74a7d528a43c0f741 /docs/smbdotconf/misc
parent791b7b7d28fba53ff2f6a6b1f228c506353db38e (diff)
downloadsamba-0413e483dbf9e748afcb260445708b20abbfd43e.tar.gz
samba-0413e483dbf9e748afcb260445708b20abbfd43e.tar.bz2
samba-0413e483dbf9e748afcb260445708b20abbfd43e.zip
Add "usershare max shares" parameter.
Jeremy. (This used to be commit eaf1d04c2134e7d844f959f08bd48119c87d1b28)
Diffstat (limited to 'docs/smbdotconf/misc')
-rw-r--r--docs/smbdotconf/misc/usersharemaxshares.xml14
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>