diff options
Diffstat (limited to 'docs/docbook/smbdotconf/base/workgroup.xml')
-rw-r--r-- | docs/docbook/smbdotconf/base/workgroup.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/base/workgroup.xml b/docs/docbook/smbdotconf/base/workgroup.xml new file mode 100644 index 0000000000..71ea89d202 --- /dev/null +++ b/docs/docbook/smbdotconf/base/workgroup.xml @@ -0,0 +1,11 @@ +<samba:parameter xmlns:samba="http://samba.org/common"> + <term><anchor id="WORKGROUP"/>workgroup (G)</term> + <listitem><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> + + <para>Default: <emphasis>set at compile time to WORKGROUP</emphasis></para> + <para>Example: <command moreinfo="none">workgroup = MYGROUP</command></para> + </listitem> + </samba:parameter> |