mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
5621139fca
this is from the WINS server, which was released earlier as samba4wins. Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
17 lines
656 B
XML
17 lines
656 B
XML
<samba:parameter name="nbtd:wins_randomize1Clist_mask"
|
|
context="G"
|
|
type="string"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>If the "nbtd:wins_randomize1Clist" parameter is set to "yes",
|
|
then randomizing of the first returned address is based on the
|
|
specified netmask. If there are addresses which are in the same subnet
|
|
as the client address, the first returned address is randomly chosen
|
|
out them. Otherwise the first returned address is randomly chosen out
|
|
of all addresses.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">255.255.255.0</value>
|
|
</samba:parameter>
|