From eb7596e66bd69e09b3ab405c9aba287b715a0c0d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 23 Jan 2007 15:36:36 +0000 Subject: r20973: add functions to create the autocreated subSchema Attributes: attributeTypes, objectClasses and dITContentRules this is just a start and doesn't create anything useful yet... metze (This used to be commit 4c8b717092c201c30be4d266bbb45b1142a9d627) --- source4/dsdb/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/dsdb/config.mk') diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk index d164dd6919..26f44fc3ce 100644 --- a/source4/dsdb/config.mk +++ b/source4/dsdb/config.mk @@ -18,6 +18,7 @@ OBJ_FILES = \ common/flag_mapping.o \ schema/schema_init.o \ schema/schema_syntax.o \ + schema/schema_constructed.o \ repl/replicated_objects.o # # End SUBSYSTEM SAMDB -- cgit