summaryrefslogtreecommitdiff
path: root/source4/setup
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-01-23 16:27:17 +0100
committerAndrew Bartlett <abartlet@samba.org>2013-01-27 20:14:21 +1100
commita477649e568577875be577c70a6b25cbeea6985a (patch)
treef9fafa600be23bf649c008df5ac9ad5eafd346e2 /source4/setup
parent1de5c2f78544385d2fe270d766fc1ca6726d71fb (diff)
downloadsamba-a477649e568577875be577c70a6b25cbeea6985a.tar.gz
samba-a477649e568577875be577c70a6b25cbeea6985a.tar.bz2
samba-a477649e568577875be577c70a6b25cbeea6985a.zip
provision: fix nTSecurityDescriptor attributes of CN=*,${CONFIGDN} (bug #9481)
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/setup')
-rw-r--r--source4/setup/provision_configuration.ldif6
-rw-r--r--source4/setup/provision_configuration_modify.ldif6
-rw-r--r--source4/setup/provision_well_known_sec_princ.ldif1
3 files changed, 13 insertions, 0 deletions
diff --git a/source4/setup/provision_configuration.ldif b/source4/setup/provision_configuration.ldif
index 1d818ef95c..42de84afad 100644
--- a/source4/setup/provision_configuration.ldif
+++ b/source4/setup/provision_configuration.ldif
@@ -21,6 +21,7 @@ dn: CN=Extended-Rights,${CONFIGDN}
objectClass: top
objectClass: container
systemFlags: -2147483648
+nTSecurityDescriptor:: ${EXTENDEDRIGHTS_DESCRIPTOR}
dn: CN=Change-Rid-Master,CN=Extended-Rights,${CONFIGDN}
objectClass: top
@@ -706,6 +707,7 @@ validAccesses: 48
dn: CN=ForestUpdates,${CONFIGDN}
objectClass: top
objectClass: container
+nTSecurityDescriptor:: ${FORESTUPDATES_DESCRIPTOR}
dn: CN=ActiveDirectoryRodcUpdate,CN=ForestUpdates,${CONFIGDN}
objectClass: top
@@ -1001,6 +1003,7 @@ dn: CN=LostAndFoundConfig,${CONFIGDN}
objectClass: top
objectClass: lostAndFound
systemFlags: -2147483648
+nTSecurityDescriptor:: ${LOSTANDFOUND_DESCRIPTOR}
dn: CN=NTDS Quotas,${CONFIGDN}
objectClass: top
@@ -1009,6 +1012,7 @@ description: Quota specifications container
isCriticalSystemObject: TRUE
msDS-TombstoneQuotaFactor: 100
systemFlags: -2147483648
+nTSecurityDescriptor:: ${NTDSQUOTAS_DESCRIPTOR}
# Partitions
@@ -1053,6 +1057,7 @@ objectClass: top
objectClass: locality
objectClass: physicalLocation
l: Physical Locations tree root
+nTSecurityDescriptor:: ${PHYSICALLOCATIONS_DESCRIPTOR}
# Schema located in "ad-schema/*.txt"
@@ -1062,6 +1067,7 @@ dn: CN=Services,${CONFIGDN}
objectClass: top
objectClass: container
systemFlags: -2147483648
+nTSecurityDescriptor:: ${SERVICES_DESCRIPTOR}
dn: CN=MsmqServices,CN=Services,${CONFIGDN}
objectClass: top
diff --git a/source4/setup/provision_configuration_modify.ldif b/source4/setup/provision_configuration_modify.ldif
new file mode 100644
index 0000000000..6840604f67
--- /dev/null
+++ b/source4/setup/provision_configuration_modify.ldif
@@ -0,0 +1,6 @@
+dn: CN=DisplaySpecifiers,${CONFIGDN}
+changetype: modify
+-
+replace: nTSecurityDescriptor
+nTSecurityDescriptor:: ${DISPLAYSPECIFIERS_DESCRIPTOR}
+-
diff --git a/source4/setup/provision_well_known_sec_princ.ldif b/source4/setup/provision_well_known_sec_princ.ldif
index 54691bd796..1817382a69 100644
--- a/source4/setup/provision_well_known_sec_princ.ldif
+++ b/source4/setup/provision_well_known_sec_princ.ldif
@@ -4,6 +4,7 @@ dn: CN=WellKnown Security Principals,${CONFIGDN}
objectClass: top
objectClass: container
systemFlags: -2147483648
+nTSecurityDescriptor:: ${WELLKNOWNPRINCIPALS_DESCRIPTOR}
dn: CN=Anonymous Logon,CN=WellKnown Security Principals,${CONFIGDN}
objectClass: top