diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-12-22 18:21:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:39 -0500 |
commit | ae0801c8005f49138e6669b2361396a985cba1fa (patch) | |
tree | ca435d3c2438243065caeb9ef91c4252976e8e4e | |
parent | c05019a04bbfc882092a55f8e97682abd2c3ec8b (diff) | |
download | samba-ae0801c8005f49138e6669b2361396a985cba1fa.tar.gz samba-ae0801c8005f49138e6669b2361396a985cba1fa.tar.bz2 samba-ae0801c8005f49138e6669b2361396a985cba1fa.zip |
r12435: the max wins ttl is 6 days in windows and samba3
metze
(This used to be commit 0ed07057d37ec6684a01ba699073b4ba6d671697)
-rw-r--r-- | source4/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 7051c61d5c..361450821a 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -696,7 +696,7 @@ static void init_globals(void) do_parameter("nt status support", "True", NULL); - do_parameter("max wins ttl", "432000", NULL); + do_parameter("max wins ttl", "518400", NULL); /* 6 days */ do_parameter("min wins ttl", "10", NULL); do_parameter("tls enabled", "True", NULL); |