1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

r25693: Implement the rest of subtree renames, now that tridge waved his magic

over the ldb_tdb part of the problem.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2007-10-18 05:39:55 +02:00
committed by Stefan Metzmacher
parent d19686cf8a
commit daca0cfd2f
2 changed files with 37 additions and 25 deletions

View File

@@ -972,8 +972,8 @@ function provision_guess()
subobj.CONFIGDN_LDB = "configuration.ldb";
subobj.SCHEMADN_LDB = "schema.ldb";
subobj.DOMAINDN_MOD = "subtree_rename,pdc_fsmo,password_hash";
subobj.CONFIGDN_MOD = "naming_fsmo";
subobj.SCHEMADN_MOD = "schema_fsmo";
subobj.CONFIGDN_MOD = "subtree_rename,naming_fsmo";
subobj.SCHEMADN_MOD = "subtree_rename,schema_fsmo";
subobj.DOMAINDN_MOD2 = ",objectguid";
subobj.CONFIGDN_MOD2 = ",objectguid";
subobj.SCHEMADN_MOD2 = ",objectguid";