mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
46069ed06c
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
21 lines
648 B
XML
21 lines
648 B
XML
<samba:parameter name="init logon delayed hosts"
|
|
context="G"
|
|
type="cmdlist"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
This parameter takes a list of host names, addresses or networks for
|
|
which the initial samlogon reply should be delayed (so other DCs get
|
|
preferred by XP workstations if there are any).
|
|
</para>
|
|
|
|
<para>
|
|
The length of the delay can be specified with the
|
|
<smbconfoption name="init logon delay"/> parameter.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default"></value>
|
|
<value type="example">150.203.5. myhost.mynet.de</value>
|
|
</samba:parameter>
|