From b9d2b453dd12385d8045d16dc74cf68df1520e69 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 10 May 2007 12:41:20 +0000 Subject: r22776: grab Simo's idmap_ldap fix (current with svn r22771) --- source/nsswitch/idmap_ldap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/nsswitch/idmap_ldap.c b/source/nsswitch/idmap_ldap.c index ecd549f6860..dbec94f5599 100644 --- a/source/nsswitch/idmap_ldap.c +++ b/source/nsswitch/idmap_ldap.c @@ -818,6 +818,7 @@ static NTSTATUS idmap_ldap_db_init(struct idmap_domain *dom) talloc_set_destructor(ctx, idmap_ldap_close_destructor); dom->private_data = ctx; + dom->initialized = True; talloc_free(config_option); return NT_STATUS_OK; -- cgit