r22776: grab Simo's idmap_ldap fix (current with svn r22771)
authorGerald Carter <jerry@samba.org>
Thu, 10 May 2007 12:41:20 +0000 (12:41 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 10 May 2007 12:41:20 +0000 (12:41 +0000)
source/nsswitch/idmap_ldap.c

index ecd549f6860ecf914fbc0abf9cc5b460e4e648bd..dbec94f559998211e8ea5e19461259fdf3dca391 100644 (file)
@@ -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;