From 41ce3dc0c3cbfdf06f0ffd3738c34ff8c22f450e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 16 Nov 2009 18:32:17 +1100 Subject: s4:dsdb Add 'dsdb_flags' to dsdb_module_search() to enable often-used features These flags, also on dsdb_module_search_dn() allow us to add commonly set controls to this pre-packaged blocking search, without rebuilding the whole function in each caller. Andrew Bartlett --- source4/setup/provision_configuration_references.ldif | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 source4/setup/provision_configuration_references.ldif (limited to 'source4/setup/provision_configuration_references.ldif') diff --git a/source4/setup/provision_configuration_references.ldif b/source4/setup/provision_configuration_references.ldif new file mode 100644 index 0000000000..6e31fb79fe --- /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} +- +replace: wellKnownObjects +wellKnownObjects: B:32:6227f0af1fc2410d8e3bb10615bb5b0f:CN=NTDS Quotas,${CONFIGDN} +wellKnownObjects: B:32:ab8153b7768811d1aded00c04fd8d5cd:CN=LostAndFoundConfig,${CONFIGDN} +wellKnownObjects: B:32:18e2ea80684f11d2b9aa00c04f79f805:CN=Deleted Objects,${CONFIGDN} -- cgit