Start documenting the usershare parameters.
authorJeremy Allison <jra@samba.org>
Tue, 9 May 2006 00:06:23 +0000 (00:06 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 14:01:25 +0000 (09:01 -0500)
Jeremy.

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

diff --git a/docs/smbdotconf/misc/usershareallowguests.xml b/docs/smbdotconf/misc/usershareallowguests.xml
new file mode 100644 (file)
index 0000000..acf1590
--- /dev/null
@@ -0,0 +1,16 @@
+<samba:parameter name="usershare allow guests"
+                context="G"
+                basic="1" advanced="1"
+                type="boolean"
+                xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+       <para>This parameter controls whether user defined shares are allowed
+       to be accessed by non-authenticated users or not. It is the equivalent
+       of allowing people who can create a share the option of setting
+       <<parameter moreinfo="none">guest ok = yes</parameter> in a share
+       definition. Due to the security sensitive nature of this the default
+       is set to off.</para>
+
+</description>
+<value type="default">no</value>
+</samba:parameter>