diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-02 15:49:36 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-06 15:02:39 +1000 |
commit | 834d590bcff79e2d458b9e193be0c64e849a6362 (patch) | |
tree | c0bb30dcbdd4f49be651e08e78c1e0b9e1a4b147 /source4/winbind | |
parent | 1565da76947f91add10a54096cdfe2ab67917b32 (diff) | |
download | samba-834d590bcff79e2d458b9e193be0c64e849a6362.tar.gz |
s4-param Remove 'idmap database'
This is now just idmap.ldb in the private dir, which remains.
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/idmap.c b/source4/winbind/idmap.c index ff57064d48b..4f2a54384c7 100644 --- a/source4/winbind/idmap.c +++ b/source4/winbind/idmap.c @@ -164,7 +164,7 @@ struct idmap_context *idmap_init(TALLOC_CTX *mem_ctx, idmap_ctx->lp_ctx = lp_ctx; idmap_ctx->ldb_ctx = ldb_wrap_connect(mem_ctx, ev_ctx, lp_ctx, - lpcfg_idmap_url(lp_ctx), + "idmap.ldb", system_session(lp_ctx), NULL, 0); if (idmap_ctx->ldb_ctx == NULL) { |