blob: 65300bca58948f966076e248f9bace6eea8f4911 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<samba:parameter name="workgroup"
context="G"
basic="1" advanced="1" wizard="1" developer="1"
xmlns:samba="http://samba.org/common">
<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>
|