Copy the following section of code into the Notepad file.
Important You must copy the code exactly as you see it here. Modification of .ldf files may cause irreversible changes and forest-wide failure.# -----------------------------------------------------------------------
# Copyright 2007 Microsoft Corporation
#
# MODULE: r2BaseInstallSchemaFix.ldf
# ABSTRACT: Fix Schema Attributes From Skeleton Database
#
# Schema update for Windows Server 2003 R2 clean
# install forests. Includes last minute updates
# to ADPrep schema for upgrades that were omitted
# from the skeleton NTDS.DIT file
#
# This file redefines the CN=IpService classSchema
# object, so the forest must be at Windows Server
# 2003 Forest Functional Level (FFL).
#
# COMMAND: ldifde -i -f r2baseinstallschemafix.ldf -c DC=X DC=domain,DC=com
# -----------------------------------------------------------------------
#
dn:
changetype: modify
add: schemaUpgradeInProgress
schemaUpgradeInProgress: 1
-
dn: CN=Device,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaModify
add: systemPossSuperiors
systemPossSuperiors: domainDNS
-
dn: CN=IpHost,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaModify
add: mayContain
mayContain: manager
-
dn: CN=IpNetwork,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaModify
add: possSuperiors
possSuperiors: domainDNS
possSuperiors: nisMap
-
replace: mayContain
mayContain: manager
-
dn: CN=IpServiceProtocol,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaModify
replace: isSingleValued
isSingleValued: FALSE
-
dn: CN=IpProtocol,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaModify
add: possSuperiors
possSuperiors: domainDNS
possSuperiors: nisMap
-
dn: CN=msSFU-30-Mail-Aliases,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaModify
add: possSuperiors
possSuperiors: domainDNS
possSuperiors: nisMap
-
dn: CN=msSFU-30-Net-Id,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaModify
add: possSuperiors
possSuperiors: domainDNS
possSuperiors: nisMap
-
dn: CN=msSFU-30-Network-User,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaModify
add: possSuperiors
possSuperiors: domainDNS
possSuperiors: nisMap
-
dn: CN=NisMap,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaModify
add: possSuperiors
possSuperiors: domainDNS
possSuperiors: nisMap
-
dn: CN=NisNetgroup,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaModify
add: possSuperiors
possSuperiors: domainDNS
possSuperiors: nisMap
-
dn: CN=NisObject,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaModify
add: possSuperiors
possSuperiors: domainDNS
possSuperiors: nisMap
-
dn: CN=OneRPC,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaModify
add: possSuperiors
possSuperiors: domainDNS
possSuperiors: nisMap
-
dn:
changetype: modify
add: schemaUpdateNow
schemaUpdateNow: 1
-
dn: CN=IpService,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaModify
replace: isDefunct
isDefunct: TRUE
-
dn: CN=IpService,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemamodrdn
newrdn: CN=IpServiceDefunct
deleteoldrdn: 1
dn:
changetype: modify
add: schemaUpdateNow
schemaUpdateNow: 1
-
dn: CN=IpService,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaAdd
objectClass: classSchema
ldapDisplayName: ipService
adminDisplayName: ipService
adminDescription: Abstraction of an Internet Protocol service.
governsId: 1.3.6.1.1.1.2.3
objectClassCategory: 1
rdnAttId: 2.5.4.3
subClassOf: 2.5.6.0
mustContain: 2.5.4.3
mustContain: 1.3.6.1.1.1.1.15
mustContain: 1.3.6.1.1.1.1.16
mayContain: 1.3.6.1.1.1.1.26
mayContain: 1.2.840.113556.1.6.18.1.323
mayContain: 1.2.840.113556.1.6.18.1.339
mayContain: 1.2.840.113556.1.6.18.1.309
mayContain: 2.5.4.13
possSuperiors: 2.5.6.5
possSuperiors: 1.2.840.113556.1.3.23
possSuperiors: 1.3.6.1.1.1.2.9
possSuperiors: 1.2.840.113556.1.5.67
schemaIdGuid:: 3/oXJZf6rUid5nmsVyH4ZA==
defaultSecurityDescriptor:
D:(A;;RPWPCRCCDCLCLORCWOWDSDDTSW;;;DA)(A;;RPWPCRCCDCLCLORCWOWDSDDTSW;;;SY)(A;;RPLCLORC;;;AU)
showInAdvancedViewOnly: TRUE
defaultHidingValue: TRUE
systemOnly: FALSE
defaultObjectCategory: CN=IpService,CN=Schema,CN=Configuration,DC=X
dn:
changetype: modify
add: schemaUpdateNow
schemaUpdateNow: 1
-
# NOTE: The last line in this file must be empty
|