mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
0dfa9e2996
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
16 lines
572 B
XML
16 lines
572 B
XML
<samba:parameter name="workgroup"
|
|
context="G"
|
|
type="ustring"
|
|
constant="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>
|