blob: d62c3d5e126ee8975a88d0f1d988798f636f545c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<samba:parameter name="workgroup"
context="G"
type="string"
basic="1" advanced="1" wizard="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<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 <smbconfoption name="security">domain</smbconfoption>
setting.</para>
</description>
<value type="default">WORKGROUP</value>
<value type="example">MYGROUP</value>
</samba:parameter>
|