diff options
-rw-r--r-- | docs/smbdotconf/misc/usershareallowguests.xml | 16 |
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> |