Add "usershare max shares" parameter.
authorJeremy Allison <jra@samba.org>
Tue, 9 May 2006 23:33:58 +0000 (23:33 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:19 +0000 (08:47 -0500)
Jeremy.
(This used to be commit eaf1d04c2134e7d844f959f08bd48119c87d1b28)

docs/smbdotconf/misc/usersharemaxshares.xml [new file with mode: 0644]

diff --git a/docs/smbdotconf/misc/usersharemaxshares.xml b/docs/smbdotconf/misc/usersharemaxshares.xml
new file mode 100644 (file)
index 0000000..ed76283
--- /dev/null
@@ -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>