mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
6635bb70d3
To do this we need to reorganise a lot of the provision code, so that we can create the framework for the inbound replicaton of the config and schema partitions and then add in the new subdomain locally. Andrew Bartlett
15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
dn: ${SCHEMADN}
|
|
changetype: modify
|
|
replace: fSMORoleOwner
|
|
fSMORoleOwner: CN=NTDS Settings,${SERVERDN}
|
|
|
|
dn: CN=Partitions,${CONFIGDN}
|
|
changetype: modify
|
|
replace: fSMORoleOwner
|
|
fSMORoleOwner: CN=NTDS Settings,${SERVERDN}
|
|
|
|
dn: CN=NTDS Site Settings,CN=${DEFAULTSITE},CN=Sites,${CONFIGDN}
|
|
changetype: modify
|
|
replace: interSiteTopologyGenerator
|
|
interSiteTopologyGenerator: CN=NTDS Settings,${SERVERDN}
|