summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/misc
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-05-09 00:06:23 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:19 -0500
commite7cc9e63ed574d25a820c1fcd6a8e5589f1766d8 (patch)
tree6f8697dd47ff9faa044f454dcb864ea444fe32ae /docs/smbdotconf/misc
parente29c1c707f37e956175f99b5258709b5f7000164 (diff)
downloadsamba-e7cc9e63ed574d25a820c1fcd6a8e5589f1766d8.tar.gz
samba-e7cc9e63ed574d25a820c1fcd6a8e5589f1766d8.tar.bz2
samba-e7cc9e63ed574d25a820c1fcd6a8e5589f1766d8.zip
Start documenting the usershare parameters.
Jeremy. (This used to be commit 88305d8ead11c5431114ec7aed33ed683561fd6c)
Diffstat (limited to 'docs/smbdotconf/misc')
-rw-r--r--docs/smbdotconf/misc/usershareallowguests.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/smbdotconf/misc/usershareallowguests.xml b/docs/smbdotconf/misc/usershareallowguests.xml
new file mode 100644
index 0000000000..acf1590650
--- /dev/null
+++ b/docs/smbdotconf/misc/usershareallowguests.xml
@@ -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>