svn commit: samba-docs r951 - in trunk/smbdotconf/misc: .

jra at samba.org jra at samba.org
Tue May 9 23:33:59 GMT 2006


Author: jra
Date: 2006-05-09 23:33:58 +0000 (Tue, 09 May 2006)
New Revision: 951

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=951

Log:
Add "usershare max shares" parameter.
Jeremy.

Added:
   trunk/smbdotconf/misc/usersharemaxshares.xml


Changeset:
Added: trunk/smbdotconf/misc/usersharemaxshares.xml
===================================================================
--- trunk/smbdotconf/misc/usersharemaxshares.xml	2006-05-09 00:34:55 UTC (rev 950)
+++ trunk/smbdotconf/misc/usersharemaxshares.xml	2006-05-09 23:33:58 UTC (rev 951)
@@ -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>



More information about the samba-cvs mailing list