summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-08-29 01:40:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:03:05 -0500
commit4e1d0cc8e3b7bfb51845fbe836812f7558c30c10 (patch)
tree02cf38fc0237937708fa179b29be9ddfe60ebba8 /source4/dsdb/samdb/ldb_modules/config.mk
parentf681306335eaf6b33d6fcaa70ac29a8cf1f5889f (diff)
downloadsamba-4e1d0cc8e3b7bfb51845fbe836812f7558c30c10.tar.gz
samba-4e1d0cc8e3b7bfb51845fbe836812f7558c30c10.tar.bz2
samba-4e1d0cc8e3b7bfb51845fbe836812f7558c30c10.zip
r24761: Permit subtree renames in Samba4.
The module is scary: On a rename, it does a search for all entries under that entry (including itself), and fires off a seperate rename call for each result. This will fail miserably on an LDAP backend, but I'll need to work on using hdb for OpenLDAP, and hope Fedora DS can implement subtree renames at some point. Andrew Bartlett (This used to be commit 13908a8cb4dd810503213203efb8d51f77f1f379)
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 7b42123d0a..f35f26371b 100644
--- a/source4/dsdb/samdb/ldb_modules/config.mk
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -232,3 +232,15 @@ OBJ_FILES = \
# End MODULE ldb_objectclass
################################################
+################################################
+# Start MODULE ldb_subtree_rename
+[MODULE::ldb_subtree_rename]
+INIT_FUNCTION = ldb_subtree_rename_init
+CFLAGS = -Ilib/ldb/include
+PRIVATE_DEPENDENCIES = LIBTALLOC
+SUBSYSTEM = LIBLDB
+OBJ_FILES = \
+ subtree_rename.o
+# End MODULE ldb_subtree_rename
+################################################
+