diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-23 15:36:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:44:06 -0500 |
commit | eb7596e66bd69e09b3ab405c9aba287b715a0c0d (patch) | |
tree | c22b7083b9d159795b28fd7e51725033078b963a /source4/dsdb/config.mk | |
parent | 67f494d72ae33da328504c5e86357c8b755c0053 (diff) | |
download | samba-eb7596e66bd69e09b3ab405c9aba287b715a0c0d.tar.gz samba-eb7596e66bd69e09b3ab405c9aba287b715a0c0d.tar.bz2 samba-eb7596e66bd69e09b3ab405c9aba287b715a0c0d.zip |
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)
Diffstat (limited to 'source4/dsdb/config.mk')
-rw-r--r-- | source4/dsdb/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |