mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
d3b9d77c6f
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Kamen Mazdrashki <kamenim@samba.org>
18 lines
848 B
XML
18 lines
848 B
XML
<samba:parameter name="wins support"
|
|
type="boolean"
|
|
context="G"
|
|
basic="1" advanced="1" wizard="1" developer="1"
|
|
function="we_are_a_wins_server"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This boolean controls if the <citerefentry><refentrytitle>nmbd</refentrytitle>
|
|
<manvolnum>8</manvolnum></citerefentry> process in Samba will act as a WINS server. You should
|
|
not set this to <constant>yes</constant> unless you have a multi-subnetted network and
|
|
you wish a particular <command moreinfo="none">nmbd</command> to be your WINS server.
|
|
Note that you should <emphasis>NEVER</emphasis> set this to <constant>yes</constant>
|
|
on more than one machine in your network.</para>
|
|
|
|
</description>
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|