summaryrefslogtreecommitdiff
path: root/source/param/loadparm.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-02-20 05:47:02 +0000
committerLuke Leighton <lkcl@samba.org>2000-02-20 05:47:02 +0000
commit807f264eb662a0bb7a57f2cb9f93b26af2b663c0 (patch)
tree1b051c6896a465859264cfb622e0bd5a72a49c32 /source/param/loadparm.c
parent6678f948368302ce7cb83e27b83f441e4e79b134 (diff)
downloadsamba-807f264eb662a0bb7a57f2cb9f93b26af2b663c0.tar.gz
proper job on set secret stuff. added idle function to msrpc fn table.
called during idle or on exit of msrpc daemon.
Diffstat (limited to 'source/param/loadparm.c')
-rw-r--r--source/param/loadparm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 5f6b0b5bdb1..223079bf6d6 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -958,6 +958,7 @@ static void init_globals(void)
Globals.max_wins_ttl = 60*60*24*6; /* 6 days default. */
Globals.min_wins_ttl = 60*60*6; /* 6 hours default. */
Globals.machine_password_timeout = 60*60*24*7; /* 7 days default. */
+ Globals.machine_password_timeout = 60; /* 7 days default. */
Globals.change_notify_timeout = 60; /* 1 minute default. */
Globals.ReadSize = 16*1024;
Globals.lm_announce = 2; /* = Auto: send only if LM clients found */