mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
2e779c3562
Karolin
(This used to be commit 029875d8c9
)
18 lines
573 B
XML
18 lines
573 B
XML
<samba:parameter name="cluster addresses"
|
|
context="G"
|
|
type="list"
|
|
developer="1"
|
|
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>
|