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

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


Author: jra
Date: 2006-05-09 23:37:32 +0000 (Tue, 09 May 2006)
New Revision: 952

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

Log:
"usershare owner only" docs.
Jeremy.

Added:
   trunk/smbdotconf/misc/usershareowneronly.xml


Changeset:
Added: trunk/smbdotconf/misc/usershareowneronly.xml
===================================================================
--- trunk/smbdotconf/misc/usershareowneronly.xml	2006-05-09 23:33:58 UTC (rev 951)
+++ trunk/smbdotconf/misc/usershareowneronly.xml	2006-05-09 23:37:32 UTC (rev 952)
@@ -0,0 +1,19 @@
+<samba:parameter name="usershare owner only"
+	         context="G"
+		 basic="1" advanced="1"
+		 type="boolean"
+		 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+	<para>This parameter controls whether the pathname exported by
+	a user defined shares must be owned by the user creating the
+	user defined share or not. If set to True (the default) then
+	smbd checks that the directory path being shared is owned by
+	the user who owns the usershare file defining this share and
+	refuses to create the share if not. If set to False then no
+	such check is performed and any directory path may be exported
+	regardless of who owns it.
+	</para>
+
+</description>
+<value type="default">True</value>
+</samba:parameter>



More information about the samba-cvs mailing list