diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-10-02 11:56:12 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-10-02 18:56:09 +0200 |
commit | 05994005a35b940efc9cd8d1b3b0eebf2d2e38d7 (patch) | |
tree | 82a8fb105d43e364a0ff528d7039a64680403c36 | |
parent | f0c17496366547f14638763a6b8859c365f18792 (diff) | |
download | samba-05994005a35b940efc9cd8d1b3b0eebf2d2e38d7.tar.gz |
s4:setup: add wellknownObjects to the domain object
metze
-rw-r--r-- | source4/setup/provision_basedn_modify.ldif | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/setup/provision_basedn_modify.ldif b/source4/setup/provision_basedn_modify.ldif index 63332e937b2..a7b501e8a87 100644 --- a/source4/setup/provision_basedn_modify.ldif +++ b/source4/setup/provision_basedn_modify.ldif @@ -77,4 +77,12 @@ subRefs: ${SCHEMADN} replace: gPLink gPLink: [LDAP://CN={${POLICYGUID}},CN=Policies,CN=System,${DOMAINDN};0] - +replace: wellKnownObjects +wellKnownObjects: B:32:22b70c67d56e4efb91e9300fca3dc1aa:CN=ForeignSecurityPrincipals,${DOMAINDN} +wellKnownObjects: B:32:2fbac1870ade11d297c400c04fd8d5cd:CN=Infrastructure,${DOMAINDN} +wellKnownObjects: B:32:ab1d30f3768811d1aded00c04fd8d5cd:CN=System,${DOMAINDN} +wellKnownObjects: B:32:a361b2ffffd211d1aa4b00c04fd7d83a:OU=Domain Controllers,${DOMAINDN} +wellKnownObjects: B:32:aa312825768811d1aded00c04fd8d5cd:CN=Computers,${DOMAINDN} +wellKnownObjects: B:32:a9d1ca15768811d1aded00c04fd8d5cd:CN=Users,${DOMAINDN} +- ${DOMAINGUID_MOD} |