1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

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 commit is contained in:
Andrew Bartlett
2007-08-29 01:40:58 +00:00
committed by Gerald (Jerry) Carter
parent 876003f6c6
commit 13908a8cb4
4 changed files with 369 additions and 1 deletions

View File

@@ -935,6 +935,7 @@ function provision_guess()
"objectclass",
"rdn_name",
"show_deleted",
"subtree_rename",
"partition");
subobj.MODULES_LIST = join(",", modules_list);
subobj.DOMAINDN_LDB = "users.ldb";