From 5515c0e81c064863c7c56d12b4ae82b8f3455f34 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 3 Jul 2008 21:03:58 +0200 Subject: Slightly increase the default idmap cache time (This used to be commit 448836d44d0468a74b962ba3c0b7d51de236374f) --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/param/loadparm.c') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index b2cbbf1671..c529948cc9 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -4827,7 +4827,7 @@ static void init_globals(bool first_time_only) Globals.bWinbindRefreshTickets = False; Globals.bWinbindOfflineLogon = False; - Globals.iIdmapCacheTime = 900; /* 15 minutes by default */ + Globals.iIdmapCacheTime = 7 * 24 * 3600; /* 1 week by default */ Globals.iIdmapNegativeCacheTime = 120; /* 2 minutes by default */ Globals.bPassdbExpandExplicit = False; -- cgit