From: Michael Adam Date: Thu, 10 Mar 2011 22:40:19 +0000 (+0100) Subject: s3:loadparm: set the default "idmap config * : backend" in initialize_globals(). X-Git-Tag: ldb-1.1.0~619 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0109604f53dee04e2c0feed0cafa5c94f39ba6a4;p=thirdparty%2Fsamba.git s3:loadparm: set the default "idmap config * : backend" in initialize_globals(). --- 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;