1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/docs-xml/smbdotconf/misc/clusteraddresses.xml
Karolin Seeger 2e779c3562 man pages: Add documentation for new cluster parameters.
Karolin
(This used to be commit 029875d8c9)
2008-05-20 11:07:08 +02:00

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>