[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[tprouty/samba.git] / source / winbindd / winbindd_sid.c
index b607db2b191e9a0115e6f7a396153da7a614e93e..48e84d35e5d47008a3defc8636e80370c5b9d1f3 100644 (file)
@@ -152,6 +152,18 @@ void winbindd_lookuprids(struct winbindd_cli_state *state)
        sendto_domain(state, domain);
 }
 
+static struct winbindd_child static_idmap_child;
+
+void init_idmap_child(void)
+{
+       setup_domain_child(NULL, &static_idmap_child, "idmap");
+}
+
+struct winbindd_child *idmap_child(void)
+{
+       return &static_idmap_child;
+}
+
 /* Convert a sid to a uid.  We assume we only have one rid attached to the
    sid. */