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:
committed by
Gerald (Jerry) Carter
parent
876003f6c6
commit
13908a8cb4
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user