r24761: Permit subtree renames in Samba4.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 29 Aug 2007 01:40:58 +0000 (01:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:03:05 +0000 (15:03 -0500)
commit13908a8cb4dd810503213203efb8d51f77f1f379
treeda4b4eab5b017942231982966213cc0320ba9209
parent876003f6c6466bfd37ec9b05c9a1f1cc83dd9898
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
source/dsdb/samdb/ldb_modules/config.mk
source/dsdb/samdb/ldb_modules/subtree_rename.c [new file with mode: 0644]
source/scripting/libjs/provision.js
testprogs/ejs/ldap.js