manpages: Add manpage for "init logon delayed hosts".
authorKarolin Seeger <kseeger@samba.org>
Fri, 22 Aug 2008 09:04:49 +0000 (11:04 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 22 Aug 2008 09:04:49 +0000 (11:04 +0200)
Karolin
(This used to be commit a415244365e32ba18919042ec72b3a281d8c1b0a)

docs-xml/smbdotconf/logon/initlogondelayedhosts.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/logon/initlogondelayedhosts.xml b/docs-xml/smbdotconf/logon/initlogondelayedhosts.xml
new file mode 100644 (file)
index 0000000..2756a63
--- /dev/null
@@ -0,0 +1,21 @@
+<samba:parameter name="init logon delayed hosts"
+                 context="G"
+                type="list"
+                 advanced="1" developer="1"
+                 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>