diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-08-19 15:51:07 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-08-19 15:51:07 +1000 |
commit | e38f38fe484dda2db871b7c83d8132fd10f0cabd (patch) | |
tree | 2256e92f720b5a8968900b6ec869d1b6b1d78b00 /source4 | |
parent | 8d0345e5a097fc4a0d297c089539bcd3702d4431 (diff) | |
download | samba-e38f38fe484dda2db871b7c83d8132fd10f0cabd.tar.gz samba-e38f38fe484dda2db871b7c83d8132fd10f0cabd.tar.bz2 samba-e38f38fe484dda2db871b7c83d8132fd10f0cabd.zip |
we need the Deleted Objects container for replication
When objects are deleted they get renamed to this container. The
container needs to exist when we provision
Diffstat (limited to 'source4')
-rw-r--r-- | source4/setup/provision_configuration.ldif | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/setup/provision_configuration.ldif b/source4/setup/provision_configuration.ldif index 4e0cc71997..b3e0d83772 100644 --- a/source4/setup/provision_configuration.ldif +++ b/source4/setup/provision_configuration.ldif @@ -687,6 +687,12 @@ objectClass: locality objectClass: physicalLocation l: Physical Locations tree root +dn: CN=Deleted Objects,${CONFIGDN} +objectClass: top +objectClass: container +description: Container for deleted objects +isDeleted: TRUE + # Schema located in "ad-schema/*.txt" dn: CN=Services,${CONFIGDN} |