From ee7648db47adf6d44c84d03d23120359c2af6eb3 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Mar 2011 23:40:19 +0100 Subject: [PATCH] s3:loadparm: set the default "idmap config * : backend" in initialize_globals(). --- source3/param/loadparm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 1a8754918b8..a82d21cdb1a 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -9459,6 +9459,8 @@ static bool lp_load_ex(const char *pszFname, free_param_opts(&Globals.param_opt); + lp_do_parameter(-1, "idmap config * : backend", Globals.szIdmapBackend); + /* We get sections first, so have to start 'behind' to make up */ iServiceIndex = -1; -- 2.11.4.GIT