~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/misc/clusteraddresses.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<samba:parameter name="cluster addresses"
 
2
                 context="G"
 
3
                         type="list"
 
4
                 developer="1"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<description>
 
7
        <para>With this parameter you can add additional addresses
 
8
        nmbd will register with a WINS server. These addresses are not
 
9
        necessarily present on all nodes simultaneously, but they will
 
10
        be registered with the WINS server so that clients can contact
 
11
        any of the nodes.
 
12
        </para>
 
13
</description>
 
14
 
 
15
<value type="default"></value>
 
16
<value type="example">10.0.0.1 10.0.0.2 10.0.0.3</value>
 
17
</samba:parameter>