mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
8f8a9f0190
(This used to be commit 9f672c26d6
)
16 lines
594 B
XML
16 lines
594 B
XML
<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>
|