mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
eaf63f0b84
Bug 7871 added functionality to register smb.conf "cluster addresses" when net ads dns register is called with clustering=yes, but the man page was not updated. Add documentation for this behaviour. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Thu Feb 7 21:33:15 CET 2019 on sn-devel-144
17 lines
613 B
XML
17 lines
613 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 that
|
|
nmbd will register with a WINS server. Similarly, these
|
|
addresses will be registered by default when
|
|
<emphasis>net ads dns register</emphasis> is called with
|
|
<smbconfoption name="clustering">yes</smbconfoption>
|
|
configured.</para>
|
|
</description>
|
|
|
|
<value type="default"></value>
|
|
<value type="example">10.0.0.1 10.0.0.2 10.0.0.3</value>
|
|
</samba:parameter>
|