diff options
Diffstat (limited to 'docs/smbdotconf/base/workgroup.xml')
-rw-r--r-- | docs/smbdotconf/base/workgroup.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/smbdotconf/base/workgroup.xml b/docs/smbdotconf/base/workgroup.xml new file mode 100644 index 0000000000..6ada22867f --- /dev/null +++ b/docs/smbdotconf/base/workgroup.xml @@ -0,0 +1,15 @@ +<samba:parameter name="workgroup" + context="G" + type="string" + basic="1" advanced="1" wizard="1" developer="1" + xmlns:samba="http://samba.org/common"> +<description> + <para>This controls what workgroup your server will + appear to be in when queried by clients. Note that this parameter + also controls the Domain name used with + the <link linkend="SECURITYEQUALSDOMAIN"><command moreinfo="none">security = domain</command></link> + setting.</para> +</description> +<value type="default">WORKGROUP</value> +<value type="example">MYGROUP</value> +</samba:parameter> |