mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
c271b71420
We need this so that we can modify the cn=configuration partition when we are setting up a new subdomain. The serverReference on our ${SERVERDN} is in that partition, and without this change creating a new subdomain fails due to ACLs. Andrew Bartlett
27 lines
745 B
Plaintext
27 lines
745 B
Plaintext
dn: ${DOMAINDN}
|
|
changetype: modify
|
|
replace: fSMORoleOwner
|
|
fSMORoleOwner: CN=NTDS Settings,${SERVERDN}
|
|
replace: rIDManagerReference
|
|
rIDManagerReference: CN=RID Manager$,CN=System,${DOMAINDN}
|
|
|
|
dn: CN=Infrastructure,${DOMAINDN}
|
|
changetype: modify
|
|
replace: fSMORoleOwner
|
|
fSMORoleOwner: CN=NTDS Settings,${SERVERDN}
|
|
|
|
dn: CN=RID Manager$,CN=System,${DOMAINDN}
|
|
changetype: modify
|
|
replace: fSMORoleOwner
|
|
fSMORoleOwner: CN=NTDS Settings,${SERVERDN}
|
|
|
|
dn: CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN}
|
|
changetype: modify
|
|
add: rIDSetReferences
|
|
rIDSetReferences: CN=RID Set,CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN}
|
|
|
|
dn: ${SERVERDN}
|
|
changetype: modify
|
|
add: serverReference
|
|
serverReference: CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN}
|