mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
46069ed06c
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
17 lines
593 B
XML
17 lines
593 B
XML
<samba:parameter name="cluster addresses"
|
|
context="G"
|
|
type="cmdlist"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>With this parameter you can add additional addresses
|
|
nmbd will register with a WINS server. These addresses are not
|
|
necessarily present on all nodes simultaneously, but they will
|
|
be registered with the WINS server so that clients can contact
|
|
any of the nodes.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default"></value>
|
|
<value type="example">10.0.0.1 10.0.0.2 10.0.0.3</value>
|
|
</samba:parameter>
|