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>
20 lines
881 B
XML
20 lines
881 B
XML
<samba:parameter name="nbtd:wins_wins_randomize1Clist"
|
|
context="G"
|
|
type="string"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>Normally queries for 0x1C names will return the addresses in the
|
|
same order as they're stored in the database, that means first all
|
|
addresses which have been directly registered at the local wins server
|
|
and then all addresses registered at other servers. Windows servers
|
|
have an option to change this behavior and randomize the returned
|
|
addresses. Set this parameter to "yes" and Samba will sort the
|
|
address list depending on the client address and the matching bits of
|
|
the addresses, the first address is randomized based on depending on
|
|
the "nbtd:wins_randomize1Clist_mask" parameter.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|