[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3802-ga415244

Karolin Seeger kseeger at samba.org
Fri Aug 22 09:05:44 GMT 2008


The branch, v3-devel has been updated
       via  a415244365e32ba18919042ec72b3a281d8c1b0a (commit)
       via  fc5010e6d988939779bcb44e8a460b7b05e7ba9a (commit)
      from  fcfab4703628e19902c140a7ad9531d4be0de01d (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-devel


- Log -----------------------------------------------------------------
commit a415244365e32ba18919042ec72b3a281d8c1b0a
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Aug 22 11:04:49 2008 +0200

    manpages: Add manpage for "init logon delayed hosts".
    
    Karolin

commit fc5010e6d988939779bcb44e8a460b7b05e7ba9a
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Aug 22 11:04:16 2008 +0200

    manpages: Add manpage for "init logon delay".
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/smbdotconf/logon/initlogondelay.xml       |   15 ++++++++++++++
 .../smbdotconf/logon/initlogondelayedhosts.xml     |   21 ++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)
 create mode 100644 docs-xml/smbdotconf/logon/initlogondelay.xml
 create mode 100644 docs-xml/smbdotconf/logon/initlogondelayedhosts.xml


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/logon/initlogondelay.xml b/docs-xml/smbdotconf/logon/initlogondelay.xml
new file mode 100644
index 0000000..de8b19e
--- /dev/null
+++ b/docs-xml/smbdotconf/logon/initlogondelay.xml
@@ -0,0 +1,15 @@
+<samba:parameter name="init logon delay"
+                 context="G"
+		 type="integer"
+                 advanced="1" developer="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+	<para>
+	This parameter specifies a delay in milliseconds for the hosts configured
+	for delayed initial samlogon with
+	<smbconfoption name="init logon delayed hosts"/>.
+	</para>
+</description>
+
+<value type="default">100</value>
+</samba:parameter>
diff --git a/docs-xml/smbdotconf/logon/initlogondelayedhosts.xml b/docs-xml/smbdotconf/logon/initlogondelayedhosts.xml
new file mode 100644
index 0000000..2756a63
--- /dev/null
+++ b/docs-xml/smbdotconf/logon/initlogondelayedhosts.xml
@@ -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>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list