summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-10-29 10:54:06 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:41 +0100
commit7c721a1f49d576e0a47c35e465206ade1c05d5a9 (patch)
tree3b0a538e6451afbe61eecce96c553c6951e3ece2 /source4/dsdb/samdb/ldb_modules/config.mk
parent09ec68baddb5d17a0eb9e142c1f1bbe0603d465e (diff)
downloadsamba-7c721a1f49d576e0a47c35e465206ade1c05d5a9.tar.gz
samba-7c721a1f49d576e0a47c35e465206ade1c05d5a9.tar.bz2
samba-7c721a1f49d576e0a47c35e465206ade1c05d5a9.zip
r25747: Implement linked attributes, for add operations.
Much more work is still required here, particularly to handle this better during the provision, and to handle modifies and deletes, but this is a start. Andrew Bartlett (This used to be commit 2ba99d58e9fe1f8e4b15a58a2fdfce6e876f99b4)
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/config.mk')
-rw-r--r--source4/dsdb/samdb/ldb_modules/config.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk
index f35f26371b..a93dea7db7 100644
--- a/source4/dsdb/samdb/ldb_modules/config.mk
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -244,3 +244,15 @@ OBJ_FILES = \
# End MODULE ldb_subtree_rename
################################################
+################################################
+# Start MODULE ldb_linked_attributes
+[MODULE::ldb_linked_attributes]
+INIT_FUNCTION = ldb_linked_attributes_init
+CFLAGS = -Ilib/ldb/include
+PRIVATE_DEPENDENCIES = LIBTALLOC SAMDB
+SUBSYSTEM = LIBLDB
+OBJ_FILES = \
+ linked_attributes.o
+# End MODULE ldb_linked_attributes
+################################################
+