summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-09 11:15:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:37:17 -0500
commiteccb2d16dfb584ce4c38cd08235b9ab5eca6072c (patch)
treed4851529911f935d388793a9c2dab710d79f85f7 /source4/dsdb/config.mk
parentcfa230c480b0c55a23e23dcb39e1b170da576c95 (diff)
downloadsamba-eccb2d16dfb584ce4c38cd08235b9ab5eca6072c.tar.gz
samba-eccb2d16dfb584ce4c38cd08235b9ab5eca6072c.tar.bz2
samba-eccb2d16dfb584ce4c38cd08235b9ab5eca6072c.zip
r20629: add a wrapper function for ldb_extended(ldb, DSDB_EXTENDED_REPLICATED_OBJECTS_OID, out, &ext_res);
which prepares the replicated objects, the repl_meta_data ldb module will then add the uSNCreated, uSNChanged and some other things and will apply the objects to the partition specific ldb metze (This used to be commit 48d568a75b8109807af29f5d9604240c20c1a116)
Diffstat (limited to 'source4/dsdb/config.mk')
-rw-r--r--source4/dsdb/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk
index 206f65d67d..d164dd6919 100644
--- a/source4/dsdb/config.mk
+++ b/source4/dsdb/config.mk
@@ -17,7 +17,8 @@ OBJ_FILES = \
common/sidmap.o \
common/flag_mapping.o \
schema/schema_init.o \
- schema/schema_syntax.o
+ schema/schema_syntax.o \
+ repl/replicated_objects.o
#
# End SUBSYSTEM SAMDB
################################################