s4:dsdb/schema: add a function to generate the "extendedClassInfo" values
[tprouty/samba.git] / source4 / utils / ad2oLschema.c
index c1e74cb3a220f04dccf98a4ecaf2d947c1f0fefd..e926dd1ccc50e476b88452fcc6f1b30db9b6f92a 100644 (file)
@@ -369,7 +369,8 @@ static struct schema_conv process_convert(struct ldb_context *ldb, enum dsdb_sch
                                                        subClassOf,
                                                        objectClassCategory,
                                                        must,
-                                                       may);
+                                                       may,
+                                                       NULL);
                if (schema_entry == NULL) {
                        ret.failures++;
                        return ret;