summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-03-10 23:40:19 +0100
committerMichael Adam <obnox@samba.org>2011-03-22 22:49:58 +0100
commit0109604f53dee04e2c0feed0cafa5c94f39ba6a4 (patch)
tree45804b4e70d5333622fd79fe47d9d8534c4153de /source3
parentac8836e77f0f7a15bf52f1dc8860729d2693888f (diff)
downloadsamba-0109604f53dee04e2c0feed0cafa5c94f39ba6a4.tar.gz
samba-0109604f53dee04e2c0feed0cafa5c94f39ba6a4.tar.bz2
samba-0109604f53dee04e2c0feed0cafa5c94f39ba6a4.zip
s3:loadparm: set the default "idmap config * : backend" in initialize_globals().
Diffstat (limited to 'source3')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 1a8754918b..a82d21cdb1 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;