diff options
Diffstat (limited to '')
-rw-r--r-- | source4/setup/provision_configuration_references.ldif | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/setup/provision_configuration_references.ldif b/source4/setup/provision_configuration_references.ldif new file mode 100644 index 0000000..febe436 --- /dev/null +++ b/source4/setup/provision_configuration_references.ldif @@ -0,0 +1,14 @@ +############################### +# Configuration Naming Context +############################### +dn: ${CONFIGDN} +changetype: modify +- +# "masteredBy", "msDs-masteredBy" filled in later +replace: subRefs +subRefs: ${SCHEMADN} +- +add: wellKnownObjects +wellKnownObjects: B:32:6227f0af1fc2410d8e3bb10615bb5b0f:CN=NTDS Quotas,${CONFIGDN} +wellKnownObjects: B:32:ab8153b7768811d1aded00c04fd8d5cd:CN=LostAndFoundConfig,${CONFIGDN} +wellKnownObjects: B:32:18e2ea80684f11d2b9aa00c04f79f805:CN=Deleted Objects,${CONFIGDN} |