[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3803-g53eb100

Karolin Seeger kseeger at samba.org
Fri Aug 22 09:06:40 GMT 2008


The branch, v3-3-test has been updated
       via  53eb100f38a95cc85742813d2dfe583c0413f2bb (commit)
       via  62d5a388c89d493324a978b21f12e25aa53ef311 (commit)
      from  4b746a1845c73689b67381ce546a855a862a1a28 (commit)

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


- Log -----------------------------------------------------------------
commit 53eb100f38a95cc85742813d2dfe583c0413f2bb
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
    (cherry picked from commit a415244365e32ba18919042ec72b3a281d8c1b0a)

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

    manpages: Add manpage for "init logon delay".
    
    Karolin
    (cherry picked from commit fc5010e6d988939779bcb44e8a460b7b05e7ba9a)

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

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