OCS 2007 Schema

Last updated: January 30, 2023
Audience: IT Staff / Technical

# 1. Allow schema modifications by setting the following NT5 registry value
# HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NTDS\Parameters
# add the value “Schema Update Allowed” as a REG_DWORD value 1
# 2. Make sure you have wldap32.dll and ldifde.exe (both ship with NT5 builds 1728+)
#
# To import this file you type:
#
# ldifde -i -v -k -s -f schema.ldf -c DC=X -b
#
# e.g. ldifde -i -v -k -s DC1 -f schema.ldf -c DC=X “DC=contoso,DC=com” -b administrator contoso *
#
# governsID:
# last used value : 1.2.840.113556.1.6.24.2.61
#
# attributeID
# last used value : 1.2.840.113556.1.6.24.1.176
# (note: 1.2.840.113556.1.6.24.1.99 is being used
# by HomeUsers (deprecated) in LCS2003.)
#
# linkID
# last used value: 11037
#
# LCS SchemaVersion
# rangeUpper last used value: 1007
# rangeLower last used value: 19
#

##############################################################
# RTC Service
##############################################################
dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Service,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Service
adminDisplayName: msRTCSIP-Service
description: Root node for information about the Service.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.1
#schemaIDGUID:{E0A7E41B-54D3-4d7c-98BD-C7D824F0D81E}
schemaIDGUID:: 4KfkG1TTTXyYvcfYJPDYHg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: container
subClassOf: serviceConnectionPoint
ldapDisplayName: msRTCSIP-Service

##############################################################
# NT User Attributes
##############################################################
dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-PrimaryUserAddress,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PrimaryUserAddress
adminDisplayName: msRTCSIP-PrimaryUserAddress
description: Valid SIP URI.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.1
#schemaIDGUID:{45FC6F43-C8EB-40d4-91F3-763C46F6F250}
schemaIDGUID:: RfxvQ8jrQNSR83Y8RvbyUA==
oMSyntax: 64
attributeSyntax: 2.5.5.12
rangeLower: 0
rangeUpper: 454
isSingleValued: TRUE
searchFlags: 5
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-PrimaryUserAddress
#Base 64 Encoded GUID of :E2D6986B2C7F4CDA9851D5B5F3FB6706
attributeSecurityGUID:: a5jW4n8s2kyYUdW18/tnBg==

dn: CN=ms-RTC-SIP-UserEnabled,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-UserEnabled
adminDisplayName: msRTCSIP-UserEnabled
description: This attribute determines whether the user is currently enabled for SIP Instant Messaging.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.6
#schemaIDGUID:{505E0E0E-52A9-4a56-A7EE-61248CCD5F25}
schemaIDGUID:: UF4ODlKpSlan7mEkjM1fJQ==
oMSyntax: 1
attributeSyntax: 2.5.5.8
isSingleValued: TRUE
searchFlags: 1
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-UserEnabled
#Base 64 Encoded GUID of :D819615A3B9B4738B47EF1BD8EE3AEA4
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn: CN=ms-RTC-SIP-PrimaryHomeServer,CN=Schema,CN=Configuration,DC=X
# This can not be a linked attribute to the Server object because W2K has a limit of about 5000 for a linked attribute
changetype: add
adminDescription: msRTCSIP-PrimaryHomeServer
adminDisplayName: msRTCSIP-PrimaryHomeServer
description: User’s Home Server for V1.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.57
#schemaIDGUID: {5939A055-7A89-4B3B-965A-9948DD1EE4FC}
schemaIDGUID:: VaA5WYl6O0uWWplI3R7k/A==
oMSyntax: 127
attributeSyntax: 2.5.5.1
isSingleValued: TRUE
searchFlags: 1
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-PrimaryHomeServer
#Base 64 Encoded GUID of :D819615A3B9B4738B47EF1BD8EE3AEA4
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn: CN=ms-RTC-SIP-TargetHomeServer,CN=Schema,CN=Configuration,DC=X
# This is used for the moveuser operation to store the destination home server
changetype: add
adminDescription: msRTCSIP-TargetHomeServer
adminDisplayName: msRTCSIP-TargetHomeServer
description: User’s Target Home Server.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.47
#schemaIDGUID:{e7a78cfb-c157-4abf-80df-2077657a0346}
schemaIDGUID:: +4yn51fBv0qA3yB3ZXoDRg==
oMSyntax: 127
attributeSyntax: 2.5.5.1
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-TargetHomeServer
#Base 64 Encoded GUID of :D819615A3B9B4738B47EF1BD8EE3AEA4
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn: CN=ms-RTC-SIP-OriginatorSid,CN=Schema,CN=Configuration,DC=X
# This is used for the contact operation to store the original user SID
changetype: add
adminDescription: msRTCSIP-OriginatorSid
adminDisplayName: msRTCSIP-OriginatorSid
description: Originator User’s SID.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.50
#schemaIDGUID: A264D9468F3D4f7a9E2B1EDA1C85A1CC
schemaIDGUID:: Rtlkoj2Pek+eKx7aHIWhzA==
oMSyntax: 4
attributeSyntax: 2.5.5.17
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-OriginatorSid
#Base 64 Encoded GUID of :D819615A3B9B4738B47EF1BD8EE3AEA4
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn: CN=ms-RTC-SIP-UserExtension,CN=Schema,CN=Configuration,DC=X
#This attribute will contain Name=Value pairs as separate strings.
changetype: add
adminDescription: msRTCSIP-UserExtension
adminDisplayName: msRTCSIP-UserExtension
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.63
#schemaIDGUID: {8D9CD294-2864-450B-BC9A-BED53C2F5A1D}
schemaIDGUID:: lNKcjWQoC0W8mr7VPC9aHQ==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-UserExtension
#Base 64 Encoded GUID of :D819615A3B9B4738B47EF1BD8EE3AEA4
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn: CN=ms-RTC-SIP-FederationEnabled,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-FederationEnabled
adminDisplayName: msRTCSIP-FederationEnabled
description: This attribute determines whether the user is currently enabled for Federated SIP Instant Messaging.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.67
#schemaIDGUID: {86942DD3-0BF4-4612-AF2D-45830B441E47}
schemaIDGUID:: 0y2UhvQLEkavLUWDC0QeRw==
oMSyntax: 1
attributeSyntax: 2.5.5.8
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-FederationEnabled
#Base 64 Encoded GUID of :D819615A3B9B4738B47EF1BD8EE3AEA4
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn: CN=ms-RTC-SIP-InternetAccessEnabled,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-InternetAccessEnabled
adminDisplayName: msRTCSIP-InternetAccessEnabled
description: This attribute determines whether the user is currently enabled for accessing SIP Instant Messaging from the internet.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.68
#schemaIDGUID: {94ABF9ED-4EAE-4553-9582-6FCD5CDDEF42}
schemaIDGUID:: 7fmrlK5OU0WVgm/NXN3vQg==
oMSyntax: 1
attributeSyntax: 2.5.5.8
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-InternetAccessEnabled
#Base 64 Encoded GUID of :D819615A3B9B4738B47EF1BD8EE3AEA4
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=User,CN=Schema,CN=Configuration,DC=X
# NT User Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-PrimaryUserAddress

dn: CN=User,CN=Schema,CN=Configuration,DC=X
# NT User Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-UserEnabled

dn: CN=User,CN=Schema,CN=Configuration,DC=X
# NT User Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-TargetHomeServer

dn: CN=User,CN=Schema,CN=Configuration,DC=X
# NT User Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-OriginatorSID

dn: CN=User,CN=Schema,CN=Configuration,DC=X
# NT User Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-PrimaryHomeServer

dn: CN=User,CN=Schema,CN=Configuration,DC=X
# NT User Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-UserExtension

dn: CN=User,CN=Schema,CN=Configuration,DC=X
# NT User Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-FederationEnabled

dn: CN=User,CN=Schema,CN=Configuration,DC=X
# NT User Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-InternetAccessEnabled

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-PrimaryUserAddress

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-UserEnabled

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-TargetHomeServer

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-OriginatorSID

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-PrimaryHomeServer

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-UserExtension

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-FederationEnabled

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-InternetAccessEnabled

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Server Limits
##############################################################

dn: CN=ms-RTC-SIP-EnterpriseServices,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-EnterpriseServices
adminDisplayName: msRTCSIP-EnterpriseServices
description: This attribute indicates whether the Enterprise Services are loaded on the given server or not.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.19
#schemaIDGUID: {C64CE1E7-8BAC-4639-8D12-D8929698DCD7}
schemaIDGUID:: xkzh54usRjmNEtiSlpjc1w==
oMSyntax: 1
attributeSyntax: 2.5.5.8
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-EnterpriseServices

dn: CN=ms-RTC-SIP-PoolAddress,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PoolAddress
adminDisplayName: msRTCSIP-PoolAddress
description: This attribute points to the LCS pool that this server belongs to.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.79
#schemaIDGUID: {15105928-181C-4619-A566-3D9435E29C97}
schemaIDGUID:: KFkQFRwYGUalZj2UNeKclw==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11022
isSingleValued: TRUE
searchFlags: 3
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-PoolAddress

dn: CN=ms-RTC-SIP-ServerData,CN=Schema,CN=Configuration,DC=X
#This attribute will contain Name=Value pairs as separate strings.
changetype: add
adminDescription: msRTCSIP-ServerData
adminDisplayName: msRTCSIP-ServerData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.60
#schemaIDGUID: {EF19F24D-92AE-48B2-A472-814354AF1F76}
schemaIDGUID:: TfIZ766SskikcoFDVK8fdg==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-ServerData

dn: CN=ms-RTC-SIP-ServerVersion,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-ServerVersion
adminDisplayName: msRTCSIP-ServerVersion
description: This attribute contains the version of a server.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.106
#schemaIDGUID: {d5e5bc14-4660-4e8c-bc2b-675b3614f175}
schemaIDGUID:: FLzl1WBGjE68K2dbNhTxdQ==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-ServerVersion

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-EnterpriseServerSettings,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-EnterpriseServerSettings
adminDisplayName: msRTCSIP-EnterpriseServerSettings
description: Container for configuration values for ES Extension Module.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.4
#schemaIDGUID:{B61ED46D-530F-4848-9499-5E3DD5FB3FC6}
schemaIDGUID:: th7UbVMPSEiUmV491fs/xg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 3
subClassOf: top
ldapDisplayName: msRTCSIP-EnterpriseServerSettings

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-EnterpriseServerSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-EnterpriseServices

dn: CN=ms-RTC-SIP-EnterpriseServerSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ServerData

dn: CN=ms-RTC-SIP-EnterpriseServerSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-PoolAddress

dn: CN=ms-RTC-SIP-EnterpriseServerSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ServerVersion

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Server
##############################################################
dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Server,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Server
adminDisplayName: msRTCSIP-Server
description: Specifies computer as a Live Communications Server.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.5
#schemaIDGUID:{CD24E3CC-DDDA-4d6d-B19A-DB5D7823B96C}
schemaIDGUID:: zSTjzN3aTW2xmttdeCO5bA==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: serviceConnectionPoint
subClassOf: serviceConnectionPoint
ldapDisplayName: msRTCSIP-Server
systemAuxiliaryClass: msRTCSIP-EnterpriseServerSettings

##############################################################
# Registrar Attributes
##############################################################
dn: CN=ms-RTC-SIP-MaxNumSubscriptionsPerUser,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MaxNumSubscriptionsPerUser
adminDisplayName: msRTCSIP-MaxNumSubscriptionsPerUser
description: Maximum number of subscriptions per user.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.53
#schemaIDGUID:{df22d6bf-7152-473b-ba49-09563f93e649}
schemaIDGUID:: v9Yi31JxO0e6SQlWP5PmSQ==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MaxNumSubscriptionsPerUser

dn: CN=ms-RTC-SIP-MinRegistrationTimeout,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MinRegistrationTimeout
adminDisplayName: msRTCSIP-MinRegistrationTimeout
description: Minimum Registration Timeout.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.20
#schemaIDGUID:{7041F4DE-8899-4992-B1E7-FE4293FB09FE}
schemaIDGUID:: cEH03oiZSZKx5/5Ck/sJ/g==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MinRegistrationTimeout

dn: CN=ms-RTC-SIP-DefRegistrationTimeout,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-DefRegistrationTimeout
adminDisplayName: msRTCSIP-DefRegistrationTimeout
description: Default Registration Timeout.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.21
#schemaIDGUID:{012C12FB-A1B9-45ec-AEC1-F94D8C18FE84}
schemaIDGUID:: ASwS+6G5ReyuwflNjBj+hA==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-DefRegistrationTimeout

dn: CN=ms-RTC-SIP-MaxRegistrationTimeout,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MaxRegistrationTimeout
adminDisplayName: msRTCSIP-MaxRegistrationTimeout
description: Maximum Registration Timeout.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.22
#schemaIDGUID:{6CD41BBD-4FD5-43aa-85C2-968886A472B5}
schemaIDGUID:: bNQbvU/VQ6qFwpaIhqRytQ==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MaxRegistrationTimeout

dn: CN=ms-RTC-SIP-MinPresenceSubscriptionTimeout,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MinPresenceSubscriptionTimeout
adminDisplayName: msRTCSIP-MinPresenceSubscriptionTimeout
description: Minimum Presence Subscription Timeout.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.23
#schemaIDGUID:{75A7BE52-55C3-47af-A605-54D60B939FE4}
schemaIDGUID:: dae+UlXDR6+mBVTWC5Of5A==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MinPresenceSubscriptionTimeout

dn: CN=ms-RTC-SIP-DefPresenceSubscriptionTimeout,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-DefPresenceSubscriptionTimeout
adminDisplayName: msRTCSIP-DefPresenceSubscriptionTimeout
description: Default Presence Subscription Timeout.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.24
#schemaIDGUID:{996E932F-8A36-4b45-A6D7-3A81FDA7858F}
schemaIDGUID:: mW6TL4o2S0Wm1zqB/aeFjw==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-DefPresenceSubscriptionTimeout

dn: CN=ms-RTC-SIP-MaxPresenceSubscriptionTimeout,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MaxPresenceSubscriptionTimeout
adminDisplayName: msRTCSIP-MaxPresenceSubscriptionTimeout
description: Maximum Presence Subscription Timeout.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.25
#schemaIDGUID:{F51C3810-364A-4824-AF46-2E739BCD0E72}
schemaIDGUID:: 9Rw4EDZKSCSvRi5zm80Ocg==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MaxPresenceSubscriptionTimeout

dn: CN=ms-RTC-SIP-MinRoamingDataSubscriptionTimeout,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MinRoamingDataSubscriptionTimeout
adminDisplayName: msRTCSIP-MinRoamingDataSubscriptionTimeout
description: Minimum Roaming Data Subscription Timeout.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.26
#schemaIDGUID:{97606DC7-C929-457d-891F-33CAB7F60388}
schemaIDGUID:: l2Btx8kpRX2JHzPKt/YDiA==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MinRoamingDataSubscriptionTimeout

dn: CN=ms-RTC-SIP-DefRoamingDataSubscriptionTimeout,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-DefRoamingDataSubscriptionTimeout
adminDisplayName: msRTCSIP-DefRoamingDataSubscriptionTimeout
description: Default Roaming Data Subscription Timeout.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.27
#schemaIDGUID:{0EE0F33B-2C12-488f-856F-978CBEE26207}
schemaIDGUID:: DuDzOywSSI+Fb5eMvuJiBw==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-DefRoamingDataSubscriptionTimeout

dn: CN=ms-RTC-SIP-MaxRoamingDataSubscriptionTimeout,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MaxRoamingDataSubscriptionTimeout
adminDisplayName: msRTCSIP-MaxRoamingDataSubscriptionTimeout
description: Maximum Roaming Data Subscription Timeout.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.28
#schemaIDGUID:{4A2F7989-122D-4262-8136-F2364BD54C86}
schemaIDGUID:: Si95iRItQmKBNvI2S9VMhg==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MaxRoamingDataSubscriptionTimeout

dn: CN=ms-RTC-SIP-NumDevicesPerUser,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-NumDevicesPerUser
adminDisplayName: msRTCSIP-NumDevicesPerUser
description: Maximum number of points of presence per user.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.48
#schemaIDGUID: {b17af7c3-53fb-4cb8-bbfd-5d2be2f6380c}
schemaIDGUID:: w/d6sftTuEy7/V0r4vY4DA==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-NumDevicesPerUser

dn: CN=ms-RTC-SIP-EnableBestEffortNotify,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-EnableBestEffortNotify
adminDisplayName: msRTCSIP-EnableBestEffortNotify
description: Generate BENOTIFY requests instead of NOTIFY.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.72
#schemaIDGUID: {BA0A4B3A-8178-40DB-AA17-B2F3A6E5725C}
schemaIDGUID:: OksKuniB20CqF7LzpuVyXA==
oMSyntax: 1
attributeSyntax: 2.5.5.8
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-EnableBestEffortNotify

dn: CN=ms-RTC-SIP-UserDomainList,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-UserDomainList
adminDisplayName: msRTCSIP-UserDomainList
description: List of domain DN’ that have users provisioned for SIP.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.73
#schemaIDGUID: {5DCA59B6-92BF-4204-B374-4A77602757D7}
schemaIDGUID:: tlnKXb+SBEKzdEp3YCdX1w==
oMSyntax: 127
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-UserDomainList

dn: CN=ms-RTC-SIP-GlobalSettingsData,CN=Schema,CN=Configuration,DC=X
#This attribute will contain Name=Value pairs as separate strings.
changetype: add
adminDescription: msRTCSIP-GlobalSettingsData
adminDisplayName: msRTCSIP-GlobalSettingsData
description: This attribute is used to store name value pairs.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.58
#schemaIDGUID: {6B585173-E53E-4C0C-8C06-D1974217388E}
schemaIDGUID:: c1FYaz7lDEyMBtGXQhc4jg==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-GlobalSettingsData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Registrar
adminDisplayName: msRTCSIP-Registrar
description: Stores the values for Registrar configuration.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.6
#schemaIDGUID:{46553EF7-FDE3-4a79-B2C6-4C378496BAB3}
schemaIDGUID:: RlU+9/3jSnmyxkw3hJa6sw==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 3
subClassOf: top
ldapDisplayName: msRTCSIP-Registrar

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MinRegistrationTimeout

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-DefRegistrationTimeout

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MaxRegistrationTimeout

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MinPresenceSubscriptionTimeout

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-DefPresenceSubscriptionTimeout

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MaxPresenceSubscriptionTimeout

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MinRoamingDataSubscriptionTimeout

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-DefRoamingDataSubscriptionTimeout

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MaxRoamingDataSubscriptionTimeout

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-NumDevicesPerUser

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MaxNumSubscriptionsPerUser

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-EnableBestEffortNotify

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-UserDomainList

dn: CN=ms-RTC-SIP-Registrar,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-GlobalSettingsData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Federation Attributes
##############################################################

dn: CN=ms-RTC-SIP-DefaultRouteToEdgeProxy,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-DefaultRouteToEdgeProxy
adminDisplayName: msRTCSIP-DefaultRouteToEdgeProxy
description: This attribute is used to store the default FQDN/IP address to reach the edgeproxy.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.69
#schemaIDGUID: {F0253EA9-28B8-45C3-A6CA-9F0CF7C8B2A6}
schemaIDGUID:: qT4l8Lgow0Wmyp8M98iypg==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
rangeUpper: 256
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-DefaultRouteToEdgeProxy

dn: CN=ms-RTC-SIP-DefaultRouteToEdgeProxyPort,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-DefaultRouteToEdgeProxyPort
adminDisplayName: msRTCSIP-DefaultRouteToEdgeProxyPort
description: Port to be used on the default route to the EP.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.70
#schemaIDGUID: {419F8253-FB96-4E4B-95F4-9A223292AC8F}
schemaIDGUID:: U4KfQZb7S06V9JoiMpKsjw==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-DefaultRouteToEdgeProxyPort

dn: CN=ms-RTC-SIP-EnableFederation,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-EnableFederation
adminDisplayName: msRTCSIP-EnableFederation
description: Federation is turned On or Off for the enterprise.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.71
#schemaIDGUID: {87C44078-628C-4A3E-8B62-C3134F460DDB}
schemaIDGUID:: eEDEh4xiPkqLYsMTT0YN2w==
oMSyntax: 1
attributeSyntax: 2.5.5.8
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-EnableFederation

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Federation,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Federation
adminDisplayName: msRTCSIP-Federation
description: Stores the federation settings.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.17
#schemaIDGUID: {0D686B5F-4D5D-41E0-83D5-8180552F04D1}
schemaIDGUID:: X2toDV1N4EGD1YGAVS8E0Q==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 3
subClassOf: top
ldapDisplayName: msRTCSIP-Federation

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Federation,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-DefaultRouteToEdgeProxy

dn: CN=ms-RTC-SIP-Federation,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-DefaultRouteToEdgeProxyPort

dn: CN=ms-RTC-SIP-Federation,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-EnableFederation

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Search Attributes
##############################################################
dn: CN=ms-RTC-SIP-SearchMaxResults,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-SearchMaxResults
adminDisplayName: msRTCSIP-SearchMaxResults
description: Limits the number of results to be returned from a directory search. Overrides the value provided by client.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.30
#schemaIDGUID:{5D3635F7-4DF1-4a35-95F8-3F675F5ADDCE}
schemaIDGUID:: XTY1903xSjWV+D9nX1rdzg==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-SearchMaxResults

dn: CN=ms-RTC-SIP-SearchMaxRequests,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-SearchMaxRequests
adminDisplayName: msRTCSIP-SearchMaxRequests
description: Limits the number of search row requests.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.45
#schemaIDGUID: {3003EF23-33E2-4e20-99C8-F1A0A167BACC}
schemaIDGUID:: MAPvIzPiTiCZyPGgoWe6zA==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-SearchMaxRequests

dn: CN=ms-RTC-SIP-MaxNumOutstandingSearchPerServer,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MaxNumOutstandingSearchPerServer
adminDisplayName: msRTCSIP-MaxNumOutstandingSearchPerServer
description: Indicates the max number of outstanding search requests per server.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.52
#schemaIDGUID: {0A0A96CA-20AA-4EB2-9262-F065C718C171}
schemaIDGUID:: ypYKCqogsk6SYvBlxxjBcQ==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MaxNumOutstandingSearchPerServer

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Search,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Search
adminDisplayName: msRTCSIP-Search
description: Stores the limits on directory search operations.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.7
#schemaIDGUID:{CAE1601E-2756-46d1-8AA9-1D4D3B09C09D}
schemaIDGUID:: yuFgHidWRtGKqR1NOwnAnQ==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 3
subClassOf: top
ldapDisplayName: msRTCSIP-Search

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Search,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-SearchMaxResults

dn: CN=ms-RTC-SIP-Search,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-SearchMaxRequests

dn: CN=ms-RTC-SIP-Search,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MaxNumOutstandingSearchPerServer

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Global Settings
##############################################################
dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-GlobalContainer,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-GlobalContainer
adminDisplayName: msRTCSIP-GlobalContainer
description: Container for global information.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.9
#schemaIDGUID:{40B6FCD9-D25C-4e4b-A86B-7BCB86FB8BC5}
schemaIDGUID:: QLb82dJcTkuoa3vLhvuLxQ==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: msRTCSIP-Service
subClassOf: container
ldapDisplayName: msRTCSIP-GlobalContainer
systemAuxiliaryClass: msRTCSIP-Registrar
systemAuxiliaryClass: msRTCSIP-Search

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-GlobalContainer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: AuxiliaryClass
AuxiliaryClass: msRTCSIP-Federation

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Registrar Domains Settings
##############################################################

dn: CN=ms-RTC-SIP-DomainName,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-DomainName
adminDisplayName: msRTCSIP-DomainName
description: A domain configured for the Registrar.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.33
#schemaIDGUID:{5EC946ED-33F0-4267-82E0-352DFC962227}
schemaIDGUID:: XslG7TPwQmeC4DUt/JYiJw==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
rangeLower: 0
rangeUpper: 1024
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-DomainName

dn: CN=ms-RTC-SIP-DomainData,CN=Schema,CN=Configuration,DC=X
#This attribute will contain Name=Value pairs as separate strings.
changetype: add
adminDescription: msRTCSIP-DomainData
adminDisplayName: msRTCSIP-DomainData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.61
#schemaIDGUID: {1ED45C00-86A9-4DFB-9ACD-47E05A40CC84}
schemaIDGUID:: AFzUHqmG+02azUfgWkDMhA==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-DomainData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Domain,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Domain
adminDisplayName: msRTCSIP-Domain
description: This is used to store all the domains for which the Registrar is configured.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.10
#schemaIDGUID:{A979E9B1-EA3E-43e9-AA9A-1BCC9EEB6DA7}
schemaIDGUID:: qXnpseo+Q+mqmhvMnuttpw==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: msRTCSIP-GlobalContainer
subClassOf: container
ldapDisplayName: msRTCSIP-Domain

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Domain,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-DomainName

dn: CN=ms-RTC-SIP-Domain,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-DomainData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Trusted Servers
##############################################################

dn: CN=ms-RTC-SIP-TrustedServerFQDN,CN=Schema,CN=Configuration,DC=X
# This is the FQDN of one Trusted Server
changetype: add
adminDescription: msRTCSIP-TrustedServerFQDN
adminDisplayName: msRTCSIP-TrustedServerFQDN
description: Trusted Server FQDN.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.56
#schemaIDGUID: {7168A926-2CA2-4017-9100-C10B031F9CE0}
schemaIDGUID:: JqlocaIsF0CRAMELAx+c4A==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-TrustedServerFQDN

dn: CN=ms-RTC-SIP-TrustedServerData,CN=Schema,CN=Configuration,DC=X
#This attribute will contain Name=Value pairs as separate strings.
changetype: add
adminDescription: msRTCSIP-TrustedServerData
adminDisplayName: msRTCSIP-TrustedServerData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.62
#schemaIDGUID: {1914E220-181C-4BCE-ADC3-D37F75544DFB}
schemaIDGUID:: IOIUGRwYzkutw9N/dVRN+w==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-TrustedServerData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-TrustedServer,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-TrustedServer
adminDisplayName: msRTCSIP-TrustedServer
description: Stores data about Trusted servers.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.12
#schemaIDGUID: {2C6CBC07-9B85-4fb5-919F-A987B58BB676}
schemaIDGUID:: B7xsLIWbtU+Rn6mHtYu2dg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: msRTCSIP-GlobalContainer
subClassOf: container
ldapDisplayName: msRTCSIP-TrustedServer

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-TrustedServer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedServerFQDN

dn: CN=ms-RTC-SIP-TrustedServer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedServerData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Pools
##############################################################
dn: CN=ms-RTC-SIP-Pools,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Pools
adminDisplayName: msRTCSIP-Pools
description: Container to hold all the pool objects in the enterprise.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.13
#schemaIDGUID: {3881A7BA-BCF0-4552-810B-146A7DD0459B}
schemaIDGUID:: uqeBOPC8UkWBCxRqfdBFmw==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-Service
ldapDisplayName: msRTCSIP-Pools

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-BackEndServer,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-BackEndServer
adminDisplayName: msRTCSIP-BackEndServer
description: This attribute is used to store the SQL backend used by the LCS pool.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.64
#schemaIDGUID: {C217CCE6-F6DB-4D10-BE92-095799828599}
schemaIDGUID:: 5swXwtv2EE2+kglXmYKFmQ==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-BackEndServer

# This integer will indicate what kind of pool this is.
# 2.0 Home Servers (SE) = 1, 2.0 Pool = 2.
dn: CN=ms-RTC-SIP-PoolType,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PoolType
adminDisplayName: msRTCSIP-PoolType
description: Type of pool.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.65
#schemaIDGUID: {655d0794-e357-4a5a-93f6-d479adb25bea}
schemaIDGUID:: lAddZVfjWkqT9tR5rbJb6g==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-PoolType

dn: CN=ms-RTC-SIP-PoolDisplayName,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PoolDisplayName
adminDisplayName: msRTCSIP-PoolDisplayName
description: This attribute is used to store the display name for the pool.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.74
#schemaIDGUID: {F9B4C9B4-9CFA-45C3-82F7-0241A4F0124C}
schemaIDGUID:: tMm0+fqcw0WC9wJBpPASTA==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-PoolDisplayName

dn: CN=ms-RTC-SIP-FrontEndServers,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-FrontEndServers
adminDisplayName: msRTCSIP-FrontEndServers
description: This attribute is the list of FrontEnds that belong to this pool
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.75
#schemaIDGUID: {1416F568-BC0B-4483-BC59-7FC92149AD30}
schemaIDGUID:: aPUWFAu8g0S8WX/JIUmtMA==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11023
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-FrontEndServers

dn: CN=ms-RTC-SIP-PoolData,CN=Schema,CN=Configuration,DC=X
#This attribute will contain Name=Value pairs as separate strings.
changetype: add
adminDescription: msRTCSIP-PoolData
adminDisplayName: msRTCSIP-PoolData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.76
#schemaIDGUID: {37CBE17A-9E6A-4D39-92A7-4741034CCCBC}
schemaIDGUID:: euHLN2qeOU2Sp0dBA0zMvA==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-PoolData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Pool,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Pool
adminDisplayName: msRTCSIP-Pool
description: The actual pool object.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.14
#schemaIDGUID: {81A6B03B-DDD3-4FA7-8190-2DFA935E54BA}
schemaIDGUID:: O7CmgdPdp0+BkC36k15Uug==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-Pools
ldapDisplayName: msRTCSIP-Pool

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Pool,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-BackEndServer

dn: CN=ms-RTC-SIP-Pool,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-PoolType

dn: CN=ms-RTC-SIP-Pool,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-PoolDisplayName

dn: CN=ms-RTC-SIP-Pool,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-PoolData

dn: CN=ms-RTC-SIP-Pool,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
maycontain: dnsHostName

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-PoolService,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PoolService
adminDisplayName: msRTCSIP-PoolService
description: Node that all the users are homed on.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.15
#schemaIDGUID: {52A40386-F426-4265-B80F-B2E0517DA4B1}
schemaIDGUID:: hgOkUib0ZUK4D7LgUX2ksQ==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: container
subClassOf: serviceConnectionPoint
ldapDisplayName: msRTCSIP-PoolService

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-PoolService,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-FrontEndServers

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Edge Proxy Servers
##############################################################
dn: CN=ms-RTC-SIP-EdgeProxyFQDN,CN=Schema,CN=Configuration,DC=X
# This is the FQDN of one Edge Proxy
changetype: add
adminDescription: msRTCSIP-EdgeProxyFQDN
adminDisplayName: msRTCSIP-EdgeProxyFQDN
description: Edge Proxy FQDN.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.77
#schemaIDGUID: {45D5AE0C-4E63-428A-94B1-9DB0A0D19549}
schemaIDGUID:: DK7VRWNOikKUsZ2woNGVSQ==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-EdgeProxyFQDN

dn: CN=ms-RTC-SIP-EdgeProxyData,CN=Schema,CN=Configuration,DC=X
#This attribute will contain Name=Value pairs as separate strings.
changetype: add
adminDescription: msRTCSIP-EdgeProxyData
adminDisplayName: msRTCSIP-EdgeProxyData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.78
#schemaIDGUID: {F48D91C6-FEBF-4568-B327-9D27EA8AFD70}
schemaIDGUID:: xpGN9L/+aEWzJ50n6or9cA==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-EdgeProxyData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-EdgeProxy,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-EdgeProxy
adminDisplayName: msRTCSIP-EdgeProxy
description: Representative object for an Edge Proxy in the DMZ.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.16
#schemaIDGUID: {8E93C41F-ADD2-4402-9947-FD4E7750FF9C}
schemaIDGUID:: H8STjtKtAkSZR/1Od1D/nA==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: msRTCSIP-GlobalContainer
subClassOf: container
ldapDisplayName: msRTCSIP-EdgeProxy

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-EdgeProxy,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-EdgeProxyFQDN

dn: CN=ms-RTC-SIP-EdgeProxy,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-EdgeProxyData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# RTC Schema Version
##############################################################
dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-SchemaVersion
adminDisplayName: msRTCSIP-SchemaVersion
description: Attribute that gives the version of the installed schema.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.46
#schemaIDGUID:b26feee1-7eb9-45f9-a8ec-5b93358944bc
schemaIDGUID:: 4e5vsrl++UWo7FuTNYlEvA==
oMSyntax: 2
isSingleValued: TRUE
searchFlags: 0
attributeSyntax: 2.5.5.9
rangeLower: 1
# This is the value that decides which version of the schema
# is present in the enterprise
rangeUpper: 1005
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-SchemaVersion

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# User/Contact Attribute
##############################################################
dn: CN=ms-RTC-SIP-ArchivingEnabled,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-ArchivingEnabled
adminDisplayName: msRTCSIP-ArchivingEnabled
description: This attribute determines whether the user’s communications are to be archived or not.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.80
#schemaIDGUID:{DD15CC4F-5EFD-41AD-AB7E-4EF2EAC936C1}
schemaIDGUID:: T8wV3f1erUGrfk7y6sk2wQ==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
rangeLower: 0
rangeUpper: 2
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-ArchivingEnabled
#Base 64 Encoded GUID of :D819615A3B9B4738B47EF1BD8EE3AEA4
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=User,CN=Schema,CN=Configuration,DC=X
# NT User Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-ArchivingEnabled

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-ArchivingEnabled

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Archiving Attributes
##############################################################
dn: CN=ms-RTC-SIP-Archive,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Archive
adminDisplayName: msRTCSIP-Archive
description: Stores the values for Archiving configuration.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.18
#schemaIDGUID:{30B602E5-95D2-48A5-B749-B978CAFCA06A}
schemaIDGUID:: 5QK2MNKVpUi3Sbl4yvygag==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 3
subClassOf: top
ldapDisplayName: msRTCSIP-Archive

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-GlobalContainer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: AuxiliaryClass
AuxiliaryClass: msRTCSIP-Archive

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Archiving Servers Attributes
##############################################################
dn: CN=ms-RTC-SIP-ArchivingServerData,CN=Schema,CN=Configuration,DC=X
#This attribute will contain Name=Value pairs as separate strings.
changetype: add
adminDescription: msRTCSIP-ArchivingServerData
adminDisplayName: msRTCSIP-ArchivingServerData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.83
#schemaIDGUID: {DDA1BB2B-0040-4DF7-9F9B-8FDBEEDDB58D}
schemaIDGUID:: K7uh3UAA902fm4/b7t21jQ==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-ArchivingServerData

dn: CN=ms-RTC-SIP-ArchivingServerVersion,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-ArchivingServerVersion
adminDisplayName: msRTCSIP-ArchivingServerVersion
description: This attribute contains the version of a archiving server.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.108
#schemaIDGUID: {c6809ead-29d1-4bb4-8b57-0c8a1836ef1a}
schemaIDGUID:: rZ6AxtEptEuLVwyKGDbvGg==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-ArchivingServerVersion

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-ArchivingServer,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-ArchivingServer
adminDisplayName: msRTCSIP-ArchivingServer
description: Stores data about IM archiving servers.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.19
#schemaIDGUID: {45D536E6-41B8-42BF-BBB3-45DB43986512}
schemaIDGUID:: 5jbVRbhBv0K7s0XbQ5hlEg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: msRTCSIP-GlobalContainer
subClassOf: container
ldapDisplayName: msRTCSIP-ArchivingServer

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-ArchivingServer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ArchivingServerData

dn: CN=ms-RTC-SIP-ArchivingServer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
maycontain: msRTCSIP-ArchivingServerVersion

dn: CN=ms-RTC-SIP-ArchivingServer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
maycontain: dnsHostName

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# RTC Trusted Server Version
##############################################################

dn: CN=ms-RTC-SIP-TrustedServerVersion,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-TrustedServerVersion
adminDisplayName: msRTCSIP-TrustedServerVersion
description: Attribute that gives the version number of a server in the trusted server list.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.84
#schemaIDGUID: {06204A27-5C2E-405D-8BC5-6C5D708FBA00}
schemaIDGUID:: J0ogBi5cXUCLxWxdcI+6AA==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
rangeLower: 1
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-TrustedServerVersion

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-TrustedServer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedServerVersion

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeUpper
rangeUpper: 1006

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-ArchivingEnabled,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeUpper
rangeUpper: 20

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-ArchiveDefaultFlags,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-ArchiveDefaultFlags
adminDisplayName: msRTCSIP-ArchiveDefaultFlags
description: Global archiving flags applied if archiving is enabled for all users’ communications at the global level.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.85
#schemaIDGUID: {1A34D3E5-D9B6-4410-934E-6E302E2BC4EB}
schemaIDGUID:: 5dM0GrbZEESTTm4wLivE6w==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-ArchiveDefaultFlags

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Archive,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ArchiveDefaultFlags

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 2

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# User/Contact Attribute
##############################################################

dn: CN=ms-RTC-SIP-OptionFlags,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-OptionFlags
adminDisplayName: msRTCSIP-OptionFlags
description: This attribute defines different options that are enabled for a user or a contact.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.87
#schemaIDGUID:{10841216-9da8-49e4-abad-97a9aae4fb72}
schemaIDGUID:: FhKEEKid5EmrrZepquT7cg==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 1
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-OptionFlags
#Base 64 Encoded GUID of :D819615A3B9B4738B47EF1BD8EE3AEA4
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=User,CN=Schema,CN=Configuration,DC=X
# NT User Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-OptionFlags

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-OptionFlags

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-UserExtension,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace:isMemberOfPartialAttributeSet
isMemberOfPartialAttributeSet: TRUE

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema version
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 3

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# User/Contact Attribute
##############################################################

dn: CN=ms-RTC-SIP-Line,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Line
adminDisplayName: msRTCSIP-Line
description: This attribute contains Device ID of the Line Device.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.88
#schemaIDGUID:{eff4870c-3c38-46dd-9f4d-eab72eaccbb2}
schemaIDGUID:: DIf07zg83UafTeq3LqzLsg==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 5
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-Line
#Base 64 Encoded GUID of :D819615A3B9B4738B47EF1BD8EE3AEA4
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn: CN=ms-RTC-SIP-LineServer,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-LineServer
adminDisplayName: msRTCSIP-LineServer
description: This attribute contains SIP address of the PBX/CSTA gateway.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.89
#schemaIDGUID:{3ef9706b-12d0-4073-8efa-5fec9e0a3146}
schemaIDGUID:: a3D5PtASc0CO+l/sngoxRg==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-LineServer
#Base 64 Encoded GUID of :D819615A3B9B4738B47EF1BD8EE3AEA4
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=User,CN=Schema,CN=Configuration,DC=X
# NT User Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-Line

dn: CN=User,CN=Schema,CN=Configuration,DC=X
# NT User Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-LineServer

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-Line

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-LineServer

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Pool attribute
##############################################################

dn: CN=ms-RTC-SIP-PoolVersion,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PoolVersion
adminDisplayName: msRTCSIP-PoolVersion
description: This attribute contains the version of a pool.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.91
#schemaIDGUID: {ebc04825-cefe-4a06-8a2f-ec5e30332a9c}
schemaIDGUID:: JUjA6/7OBkqKL+xeMDMqnA==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-PoolVersion

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Pool,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-PoolVersion

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# User/Contact attribute changes
##############################################################

dn: CN=ms-RTC-SIP-OptionFlags,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace:searchFlags
searchFlags: 0

dn: CN=ms-RTC-SIP-LineServer,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace:searchFlags
searchFlags: 5

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema version
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 5

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Pool functionality attribute.
##############################################################
dn: CN=ms-RTC-SIP-PoolFunctionality,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PoolFunctionality
adminDisplayName: msRTCSIP-PoolFunctionality
description: This attribute defines the functionality of a pool.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.90
#schemaIDGUID: {7a277812-04e9-48d9-8738-a0340c1ef866}
schemaIDGUID:: EngneukE2UiHOKA0DB74Zg==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-PoolFunctionality

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Pool,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-PoolFunctionality

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Global Meeting class/Attributes
##############################################################

dn: CN=ms-RTC-SIP-MeetingFlags,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MeetingFlags
adminDisplayName: msRTCSIP-MeetingFlags
description: This attribute defines different options and flags that are used for meeting settings.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.92
#schemaIDGUID: {d1e6562e-ef4f-4924-8f88-0045bd90b2aa}
schemaIDGUID:: Llbm0U/vJEmPiABFvZCyqg==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MeetingFlags

dn: CN=ms-RTC-SIP-MeetingPolicy,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MeetingPolicy
adminDisplayName: msRTCSIP-MeetingPolicy
description: This attribute contains the distinguishedName of a meeting policy object.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.93
#schemaIDGUID: {9469fcda-00dd-4611-a8e8-c6d61d3474cf}
schemaIDGUID:: 2vxplN0AEUao6MbWHTR0zw==
oMSyntax: 127
attributeSyntax: 2.5.5.1
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-MeetingPolicy

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Meeting,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Meeting
adminDisplayName: msRTCSIP-Meeting
description: Stores the global meeting settings.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.20
#schemaIDGUID: {409096a9-36e3-40bf-a098-7cd8a559afff}
schemaIDGUID:: qZaQQOM2v0CgmHzYpVmv/w==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 3
subClassOf: top
ldapDisplayName: msRTCSIP-Meeting

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Meeting,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MeetingFlags

dn: CN=ms-RTC-SIP-Meeting,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MeetingPolicy

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-GlobalContainer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: AuxiliaryClass
AuxiliaryClass: msRTCSIP-Meeting

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Policy
##############################################################

dn: CN=ms-RTC-SIP-Policies,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Policies
adminDisplayName: msRTCSIP-Policies
description: Container to hold all policy objects.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.21
#schemaIDGUID: {b3cff71e-06c8-4316-9db9-6e0b408bf08e}
schemaIDGUID:: HvfPs8gGFkOduW4LQIvwjg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-Service
ldapDisplayName: msRTCSIP-Policies

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-PolicyData,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PolicyData
adminDisplayName: msRTCSIP-PolicyData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.97
#schemaIDGUID: {410acf57-1a58-45db-bfdb-95d0cc6cdd70}
schemaIDGUID:: V88KQVga20W/25XQzGzdcA==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-PolicyData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# MCU
##############################################################
dn: CN=ms-RTC-SIP-MCUFactoryAddress,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MCUFactoryAddress
adminDisplayName: msRTCSIP-MCUFactoryAddress
description: This attribute points to the MCU factory that this MCU belongs to.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.104
#schemaIDGUID: {da691157-3763-468d-89fe-78b0ee57512d}
schemaIDGUID:: VxFp2mM3jUaJ/niw7ldRLQ==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11026
isSingleValued: TRUE
searchFlags: 3
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-MCUFactoryAddress

dn: CN=ms-RTC-SIP-MCUData,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MCUData
adminDisplayName: msRTCSIP-MCUData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.105
#schemaIDGUID: {00e2a781-40b3-46b0-9114-7d7b8b6d2363}
schemaIDGUID:: gafiALNAsEaRFH17i20jYw==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MCUData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-EnterpriseMCUSettings,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-EnterpriseMCUSettings
adminDisplayName: msRTCSIP-EnterpriseMCUSettings
description: Container for configuration values for MCU.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.25
#schemaIDGUID:{0b5fd3da-6e11-4064-bb41-913e85fd4c88}
schemaIDGUID:: 2tNfCxFuZEC7QZE+hf1MiA==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 3
subClassOf: top
ldapDisplayName: msRTCSIP-EnterpriseMCUSettings

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-EnterpriseMCUSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ServerVersion

dn: CN=ms-RTC-SIP-EnterpriseMCUSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MCUData

dn: CN=ms-RTC-SIP-EnterpriseMCUSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MCUFactoryAddress

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-MCU,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MCU
adminDisplayName: msRTCSIP-MCU
description: Specifies computer as a Live Server MCU.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.26
#schemaIDGUID:{115548a9-d3f2-4d97-9f73-1a90a62375a9}
schemaIDGUID:: qUhVEfLTl02fcxqQpiN1qQ==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: serviceConnectionPoint
subClassOf: serviceConnectionPoint
ldapDisplayName: msRTCSIP-MCU
systemAuxiliaryClass: msRTCSIP-EnterpriseMCUSettings

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# MCU Factory Service class on pool object.
##############################################################
dn: CN=ms-RTC-SIP-MCUFactoryPath,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MCUFactoryPath
adminDisplayName: msRTCSIP-MCUFactoryPath
description: This attribute points to the MCU factory that serves this pool.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.107
#schemaIDGUID: {8a47de9a-a01c-47d0-8b8b-521ea552114e}
schemaIDGUID:: mt5Hihyg0EeLi1IepVIRTg==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11024
isSingleValued: TRUE
searchFlags: 3
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-MCUFactoryPath

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-MCUFactoryService,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MCUFactoryService
adminDisplayName: msRTCSIP-MCUFactoryService
description: node that points to a MCU factory that serves this pool.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.27
#schemaIDGUID: {3f2ef71b-77e9-4aab-a875-da3e504f9925}
schemaIDGUID:: G/cuP+l3q0qoddo+UE+ZJQ==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: container
subClassOf: serviceConnectionPoint
ldapDisplayName: msRTCSIP-MCUFactoryService

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-MCUFactoryService,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MCUFactoryPath

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# MCU Factory
##############################################################

dn: CN=ms-RTC-SIP-MCUFactories,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MCUFactories
adminDisplayName: msRTCSIP-MCUFactories
description: Container to hold all MCU Factory object.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.23
#schemaIDGUID: {b3913ee1-26c0-45eb-98e9-4446ac44921c}
schemaIDGUID:: 4T6Rs8Am60WY6URGrESSHA==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-Service
ldapDisplayName: msRTCSIP-MCUFactories

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-PoolAddresses,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PoolAddresses
adminDisplayName: msRTCSIP-PoolAddresses
description: This attribute is the list of pools that the MCU factory serves.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.98
#schemaIDGUID: {cda70c7e-af05-45e7-9abd-8813d7255821}
schemaIDGUID:: fgynzQWv50WavYgT1yVYIQ==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11025
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-PoolAddresses

dn: CN=ms-RTC-SIP-MCUType,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MCUType
adminDisplayName: msRTCSIP-MCUType
description: Type of the MCU objects this MCU factory contains.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.100
#schemaIDGUID: {d0d6d978-d258-477d-8e67-cf751844aaba}
schemaIDGUID:: eNnW0FjSfUeOZ891GESqug==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MCUType

dn: CN=ms-RTC-SIP-MCUServers,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MCUServers
adminDisplayName: msRTCSIP-MCUServers
description: This attribute is the list of MCUs that the MCU factory contains.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.101
#schemaIDGUID: {0587fb98-082f-4363-937d-1c74ab88ff4d}
schemaIDGUID:: mPuHBS8IY0OTfRx0q4j/TQ==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11027
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-MCUServers

dn: CN=ms-RTC-SIP-MCUVendor,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MCUVendor
adminDisplayName: msRTCSIP-MCUVendor
description: This attribute contains the name of the MCU vendor.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.102
#schemaIDGUID: {e57886dc-70d7-4254-a71d-9373dd36d5a7}
schemaIDGUID:: 3IZ45ddwVEKnHZNz3TbVpw==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MCUVendor

dn: CN=ms-RTC-SIP-MCUFactoryData,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MCUFactoryData
adminDisplayName: msRTCSIP-MCUFactoryData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.103
#schemaIDGUID: {adbe5ff0-0ef6-45dc-9b48-d9139ab1f96d}
schemaIDGUID:: 8F++rfYO3EWbSNkTmrH5bQ==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MCUFactoryData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-MCUFactory,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MCUFactory
adminDisplayName: msRTCSIP-MCUFactory
description: The actual MCU factory object.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.24
#schemaIDGUID: {5b9d4b0e-26d3-4879-8152-baf9df55f3d3}
schemaIDGUID:: DkudW9MmeUiBUrr531Xz0w==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-MCUFactories
ldapDisplayName: msRTCSIP-MCUFactory

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-MCUFactory,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-PoolAddresses

dn: CN=ms-RTC-SIP-MCUFactory,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MCUType

dn: CN=ms-RTC-SIP-MCUFactory,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MCUServers

dn: CN=ms-RTC-SIP-MCUFactory,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MCUVendor

dn: CN=ms-RTC-SIP-MCUFactory,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ServerVersion

dn: CN=ms-RTC-SIP-MCUFactory,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MCUFactoryData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Schema major/minor version change
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeUpper
rangeUpper: 1007

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 1

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Change archving flag attribute’s upper range on user object.
##############################################################
dn: CN=ms-RTC-SIP-ArchivingEnabled,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeUpper
rangeUpper: 127

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema minor version to 2.
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 2

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# New classes/attributes for WebComponents
##############################################################
dn: CN=ms-RTC-SIP-WebComponentsPoolAddress,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-WebComponentsPoolAddress
adminDisplayName: msRTCSIP-WebComponentsPoolAddress
description: This attribute points to the pool that this WebComponenets belongs to.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.110
#schemaIDGUID: {65ef3173-3c94-47c1-8f0e-7f5526b10ee8}
schemaIDGUID:: czHvZZQ8wUePDn9VJrEO6A==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11028
isSingleValued: TRUE
searchFlags: 3
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-WebComponentsPoolAddress

dn: CN=ms-RTC-SIP-WebComponentsData,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-WebComponentsData
adminDisplayName: msRTCSIP-WebComponentsData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.111
#schemaIDGUID: {2495fa6b-c687-40f4-b147-4dd1d3836fbf}
schemaIDGUID:: a/qVJIfG9ECxR03R04Nvvw==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-WebComponentsData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-WebComponentSettings,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-WebComponentSettings
adminDisplayName: msRTCSIP-WebComponentSettings
description: Container for configuration values for WebComponents.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.29
#schemaIDGUID:{822d71ec-5e9b-40e2-a172-9931d64386a1}
schemaIDGUID:: 7HEtgpte4kChcpkx1kOGoQ==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 3
subClassOf: top
ldapDisplayName: msRTCSIP-WebComponentSettings

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-WebComponentSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ServerVersion

dn: CN=ms-RTC-SIP-WebComponentSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-WebComponentsData

dn: CN=ms-RTC-SIP-WebComponentSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-WebComponentsPoolAddress

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-WebComponents,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-WebComponents
adminDisplayName: msRTCSIP-WebComponents
description: Specifies computer as a Live Server WebComponents Server.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.30
#schemaIDGUID:{473e3eb4-be2b-45b5-8899-b5671a3cab02}
schemaIDGUID:: tD4+Ryu+tUWImbVnGjyrAg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: serviceConnectionPoint
subClassOf: serviceConnectionPoint
ldapDisplayName: msRTCSIP-WebComponents
systemAuxiliaryClass: msRTCSIP-WebComponentSettings

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# New classes/attributes for the backward linked attributes
# for WebComponents on pool object.
##############################################################
dn: CN=ms-RTC-SIP-WebComponentsServers,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-WebComponentsServers
adminDisplayName: msRTCSIP-WebComponentsServers
description: This attribute is the list of WebComponents servers that work with this pool
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.112
#schemaIDGUID: {f24c2598-1488-4c41-af79-4301363de6e2}
schemaIDGUID:: mCVM8ogUQUyveUMBNj3m4g==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11029
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-WebComponentsServers

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-WebComponentsService,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-WebComponentsService
adminDisplayName: msRTCSIP-WebComponentsService
description: WebComponents service connection point on pool.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.31
#schemaIDGUID: {a7ed02b7-246b-47ff-8ed4-ff9d0bf3d60e}
schemaIDGUID:: twLtp2sk/0eO1P+dC/PWDg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: container
subClassOf: serviceConnectionPoint
ldapDisplayName: msRTCSIP-WebComponentsService

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-WebComponentsService,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-WebComponentsServers

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema minor version to 4.
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 4

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Trusted MCUs
##############################################################

dn: CN=ms-RTC-SIP-TrustedMCUs,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-TrustedMCUs
adminDisplayName: msRTCSIP-TrustedMCUs
description: Container to hold all trusted MCU objects.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.32
#schemaIDGUID: {d62e5d50-7bbb-42f9-85ea-ab04a69d517d}
schemaIDGUID:: UF0u1rt7+UKF6qsEpp1RfQ==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-Service
ldapDisplayName: msRTCSIP-TrustedMCUs

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-TrustedMCUFQDN,CN=Schema,CN=Configuration,DC=X
# This is the FQDN of one Trusted MCU
changetype: add
adminDescription: msRTCSIP-TrustedMCUFQDN
adminDisplayName: msRTCSIP-TrustedMCUFQDN
description: Trusted MCU FQDN.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.113
#schemaIDGUID: {c6f63d53-3c3d-472a-b7bd-1ad732cc1105}
schemaIDGUID:: Uz32xj08Kke3vRrXMswRBQ==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-TrustedMCUFQDN

dn: CN=ms-RTC-SIP-TrustedMCUData,CN=Schema,CN=Configuration,DC=X
#This attribute will contain Name=Value pairs as separate strings.
changetype: add
adminDescription: msRTCSIP-TrustedMCUData
adminDisplayName: msRTCSIP-TrustedMCUData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.114
#schemaIDGUID: {78bf40f1-6492-406e-9e75-616b6b14c653}
schemaIDGUID:: 8UC/eJJkbkCedWFraxTGUw==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-TrustedMCUData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-TrustedMCU,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-TrustedMCU
adminDisplayName: msRTCSIP-TrustedMCU
description: The actual trusted MCU object.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.33
#schemaIDGUID: {066eea9e-43c0-4f07-bb0e-7130e5443bb3}
schemaIDGUID:: nupuBsBDB0+7DnEw5UQ7sw==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-TrustedMCUs
ldapDisplayName: msRTCSIP-TrustedMCU

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-TrustedMCU,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedMCUFQDN

dn: CN=ms-RTC-SIP-TrustedMCU,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MCUVendor

dn: CN=ms-RTC-SIP-TrustedMCU,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MCUType

dn: CN=ms-RTC-SIP-TrustedMCU,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedMCUData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Trusted WebComponentsServers
##############################################################

dn: CN=ms-RTC-SIP-TrustedWebComponentsServers,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-TrustedWebComponentsServers
adminDisplayName: msRTCSIP-TrustedWebComponentsServers
description: Container to hold all trusted WebComponents Server objects.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.34
#schemaIDGUID: {19506164-9b95-46c6-a11c-fb793351b642}
schemaIDGUID:: ZGFQGZWbxkahHPt5M1G2Qg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-Service
ldapDisplayName: msRTCSIP-TrustedWebComponentsServers

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-TrustedWebComponentsServerFQDN,CN=Schema,CN=Configuration,DC=X
# This is the FQDN of one Trusted WebComponentsServer
changetype: add
adminDescription: msRTCSIP-TrustedWebComponentsServerFQDN
adminDisplayName: msRTCSIP-TrustedWebComponentsServerFQDN
description: Trusted WebComponents Server FQDN.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.115
#schemaIDGUID: {d8de6d90-9e65-4401-8174-1020428136de}
schemaIDGUID:: kG3e2GWeAUSBdBAgQoE23g==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-TrustedWebComponentsServerFQDN

dn: CN=ms-RTC-SIP-TrustedWebComponentsServerData,CN=Schema,CN=Configuration,DC=X
#This attribute will contain Name=Value pairs as separate strings.
changetype: add
adminDescription: msRTCSIP-TrustedWebComponentsServerData
adminDisplayName: msRTCSIP-TrustedWebComponentsServerData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.116
#schemaIDGUID: {7584e7ab-a437-4d66-af32-0826dace1965}
schemaIDGUID:: q+eEdTekZk2vMggm2s4ZZQ==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-TrustedWebComponentsServerData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-TrustedWebComponentsServer,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-TrustedWebComponentsServer
adminDisplayName: msRTCSIP-TrustedWebComponentsServer
description: The actual trusted WebComponents Server object.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.35
#schemaIDGUID: {9ac58203-af89-4adb-badd-2815913a73b0}
schemaIDGUID:: A4LFmomv20q63SgVkTpzsA==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-TrustedWebComponentsServers
ldapDisplayName: msRTCSIP-TrustedWebComponentsServer

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-TrustedWebComponentsServer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedWebComponentsServerFQDN

dn: CN=ms-RTC-SIP-TrustedWebComponentsServer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedWebComponentsServerData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# MCU factory provider ID (guid)
##############################################################
dn: CN=ms-RTC-SIP-MCUFactoryProviderID,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MCUFactoryProviderID
adminDisplayName: msRTCSIP-MCUFactoryProviderID
description: ID of a MCU factory provider.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.118
#schemaIDGUID: {57121677-1ee8-48ac-9ec7-32e97f4284f9}
schemaIDGUID:: dxYSV+gerEiexzLpf0KE+Q==
oMSyntax: 4
attributeSyntax: 2.5.5.10
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-MCUFactoryProviderID

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-MCUFactory,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-MCUFactoryProviderID

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Domain FQDN on pool object.
##############################################################
dn: CN=ms-RTC-SIP-PoolDomainFQDN,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PoolDomainFQDN
adminDisplayName: msRTCSIP-PoolDomainFQDN
description: This attribute defines the domain FQDN of a pool.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.119
#schemaIDGUID: {a804825c-540a-45c8-8ea2-18516a5c2e51}
schemaIDGUID:: XIIEqApUyEWOohhRalwuUQ==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-PoolDomainFQDN

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-Pool,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-PoolDomainFQDN

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema minor version to 5.
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 5

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Making msRTCSIP-OriginatorSid indexed and GCed
##############################################################
dn: CN=ms-RTC-SIP-OriginatorSid,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace:searchFlags
searchFlags: 9

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-OriginatorSid,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace:isMemberOfPartialAttributeSet
isMemberOfPartialAttributeSet: TRUE

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema minor version to 7.
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 7

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# NT Contact Attributes for DLX
##############################################################
dn: CN=ms-RTC-SIP-SourceObjectType,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-SourceObjectType
adminDisplayName: msRTCSIP-SourceObjectType
description: Specifies the type of source object the msDS-SourceObjectDN attribute points to.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.122
#schemaIDGUID:{45FC6F43-C8EB-40d4-91F3-763C46F6F250}
schemaIDGUID:: TGRh3DG42hGwErYioe9Ukg==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 1
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-SourceObjectType
#Base 64 Encoded GUID of :D819615A3B9B4738B47EF1BD8EE3AEA4
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-DS-Source-Object-DN,CN=Schema,CN=Configuration,DC=X
changetype: ntdsSchemaAdd
objectClass: attributeSchema
ldapDisplayName: msDS-SourceObjectDN
adminDisplayName: ms-DS-Source-Object-DN
adminDescription: The string representation of the DN of the object in another forest that corresponds to this object.
attributeId: 1.2.840.113556.1.4.1879
attributeSyntax: 2.5.5.12
omSyntax: 64
isSingleValued: TRUE
systemOnly: FALSE
searchFlags: 0
rangeLower: 0
rangeUpper: 10240
schemaIdGuid:: r5M+d7TT1Eiz+QZFdgLT0A==
showInAdvancedViewOnly: TRUE

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msDS-SourceObjectDN

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-SourceObjectType

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Adding msDS-SourceObjectDN to RTCUserPropertySet
##############################################################

dn: CN=ms-DS-Source-Object-DN,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace:attributeSecurityGUID
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Adding msRTCSIP-TrustedServerVersion to trusted MCU and truste web component class
##############################################################

dn: CN=ms-RTC-SIP-TrustedMCU,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedServerVersion

dn: CN=ms-RTC-SIP-TrustedWebComponentsServer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedServerVersion

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema minor version to 8.
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 8

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Make msDS-SourceObjectDN GC’ed and indexed.
##############################################################

dn: CN=ms-DS-Source-Object-DN,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: searchFlags
searchFlags: 1

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-DS-Source-Object-DN,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: isMemberOfPartialAttributeSet
isMemberOfPartialAttributeSet: TRUE

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema minor version to 9.
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 9

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Add msRTCSIP-GlobalUserPolicy class.
##############################################################

dn: CN=ms-RTC-SIP-GlobalUserPolicy,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-GlobalUserPolicy
adminDisplayName: msRTCSIP-GlobalUserPolicy
description: The actual policy object.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.36
#schemaIDGUID: {faaa64f5-2224-4e3c-be4b-d82fe6b17d75}
schemaIDGUID:: 9WSq+iQiPE6+S9gv5rF9dQ==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-Policies
ldapDisplayName: msRTCSIP-GlobalUserPolicy

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-PolicyType,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PolicyType
adminDisplayName: msRTCSIP-PolicyType
description: This attribute represents the type of a policy.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.123
#schemaIDGUID: {7e90895e-779e-4ac0-85a2-38245d05389d}
schemaIDGUID:: XomQfp53wEqFojgkXQU4nQ==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-PolicyType

dn: CN=ms-RTC-SIP-PolicyContent,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PolicyContent
adminDisplayName: msRTCSIP-PolicyContent
description: This attribute contains the content of a policy.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.124
#schemaIDGUID: {beef66ed-0159-4194-a1d7-6beb9a405e74}
schemaIDGUID:: 7WbvvlkBlEGh12vrmkBedA==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-PolicyContent

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-GlobalUserPolicy,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-PolicyType

dn: CN=ms-RTC-SIP-GlobalUserPolicy,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-PolicyContent

dn: CN=ms-RTC-SIP-GlobalUserPolicy,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-PolicyData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema minor version to 10.
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 10

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Trusted Proxys
##############################################################

dn: CN=ms-RTC-SIP-TrustedProxies,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-TrustedProxies
adminDisplayName: msRTCSIP-TrustedProxies
description: Container to hold all trusted proxy objects.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.41
#schemaIDGUID: {61324a3b-fb6e-4407-bea7-4535fd5f8a98}
schemaIDGUID:: O0oyYW77B0S+p0U1/V+KmA==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-Service
ldapDisplayName: msRTCSIP-TrustedProxies

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-TrustedProxyFQDN,CN=Schema,CN=Configuration,DC=X
# This is the FQDN of one trusted proxy
changetype: add
adminDescription: msRTCSIP-TrustedProxyFQDN
adminDisplayName: msRTCSIP-TrustedProxyFQDN
description: Trusted proxy FQDN.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.130
#schemaIDGUID: {79229c11-0a43-4258-b563-eb009fe89c87}
schemaIDGUID:: EZwieUMKWEK1Y+sAn+ichw==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-TrustedProxyFQDN

dn: CN=ms-RTC-SIP-TrustedProxyData,CN=Schema,CN=Configuration,DC=X
#This attribute will contain Name=Value pairs as separate strings.
changetype: add
adminDescription: msRTCSIP-TrustedProxyData
adminDisplayName: msRTCSIP-TrustedProxyData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.131
#schemaIDGUID: {62d53bce-b8dd-4cf1-ac04-d02c0925d12c}
schemaIDGUID:: zjvVYt248UysBNAsCSXRLA==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-TrustedProxyData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-TrustedProxy,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-TrustedProxy
adminDisplayName: msRTCSIP-TrustedProxy
description: The actual trusted proxy object.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.42
#schemaIDGUID: {2648a3db-5ccb-4fbe-bbdb-5125dac99bf7}
schemaIDGUID:: 26NIJstcvk+721El2smb9w==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-TrustedProxies
ldapDisplayName: msRTCSIP-TrustedProxy

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-TrustedProxy,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedProxyFQDN

dn: CN=ms-RTC-SIP-TrustedProxy,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedProxyData

dn: CN=ms-RTC-SIP-TrustedProxy,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedServerVersion

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Add default flag to policy
##############################################################

dn: CN=ms-RTC-SIP-DefaultPolicy,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-DefaultPolicy
adminDisplayName: msRTCSIP-DefaultPolicy
description: Indicate whether a global user policy is a default policy or not.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.129
#schemaIDGUID: {c6e34080-37e4-4d48-aa45-6169caf10d34}
schemaIDGUID:: gEDjxuQ3SE2qRWFpyvENNA==
oMSyntax: 1
attributeSyntax: 2.5.5.8
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-DefaultPolicy

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-GlobalUserPolicy,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-DefaultPolicy

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema minor version to 12.
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 12

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Add user policy DN attribute (DN with binary type)
##############################################################
dn: CN=ms-RTC-SIP-UserPolicy,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-UserPolicy
adminDisplayName: msRTCSIP-UserPolicy
description: This attribute contain multiple DNs that point to global user policy objects.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.132
#schemaIDGUID: {617d2d96-2d5c-4d76-af22-32feed1d8f71}
schemaIDGUID:: li19YVwtdk2vIjL+7R2PcQ==
oMSyntax: 127
attributeSyntax: 2.5.5.7
isSingleValued: FALSE
searchFlags: 0
omObjectClass:: KoZIhvcUAQEBCw==
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-UserPolicy
#Base 64 Encoded GUID of :D819615A3B9B4738B47EF1BD8EE3AEA4
attributeSecurityGUID:: WmEZ2Js7OEe0fvG9juOupA==

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=User,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-UserPolicy

dn: CN=Contact,CN=Schema,CN=Configuration,DC=X
# NT Contact Data
changetype: modify
add: mayContain
mayContain: msRTCSIP-UserPolicy

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema minor version to 13.
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 13

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Add a common multi-valued string data attribute for reserved purpose.
##############################################################
dn: CN=ms-RTC-SIP-ExtensionData,CN=Schema,CN=Configuration,DC=X
#This attribute will contain Name=Value pairs as separate strings.
changetype: add
adminDescription: msRTCSIP-ExtensionData
adminDisplayName: msRTCSIP-ExtensionData
description: This attribute is reserved for future use.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.137
#schemaIDGUID: {21e31365-75b3-499e-a777-8cee28932409}
schemaIDGUID:: ZRPjIbN1nkmnd4zuKJMkCQ==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-ExtensionData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Global UC setting class/Attributes
##############################################################

dn: CN=ms-RTC-SIP-UCFlags,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-UCFlags
adminDisplayName: msRTCSIP-UCFlags
description: This attribute defines different options and flags that are used for unified communications settings.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.133
#schemaIDGUID: {ff4365d8-d8d7-42ae-8f35-304e7db4fd1a}
schemaIDGUID:: 2GVD/9fYrkKPNTBOfbT9Gg==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-UCFlags

dn: CN=ms-RTC-SIP-UCPolicy,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-UCPolicy
adminDisplayName: msRTCSIP-UCPolicy
description: This attribute contains the distinguishedName of a unified communications policy object.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.134
#schemaIDGUID: {232c797b-81a4-4022-b078-095000b96344}
schemaIDGUID:: e3ksI6SBIkCweAlQALljRA==
oMSyntax: 127
attributeSyntax: 2.5.5.1
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-UCPolicy

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-UnifiedCommunications,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-UnifiedCommunications
adminDisplayName: msRTCSIP-UnifiedCommunications
description: Stores the global UC settings.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.43
#schemaIDGUID: {df46ba1a-ee3a-4c3b-bb41-3f0471567e4c}
schemaIDGUID:: GrpG3zruO0y7QT8EcVZ+TA==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 3
subClassOf: top
ldapDisplayName: msRTCSIP-UnifiedCommunications

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-UnifiedCommunications,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-UCFlags

dn: CN=ms-RTC-SIP-UnifiedCommunications,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-UCPolicy

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-GlobalContainer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: AuxiliaryClass
AuxiliaryClass: msRTCSIP-UnifiedCommunications

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Location profiles
##############################################################

dn: CN=ms-RTC-SIP-LocationProfiles,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-LocationProfiles
adminDisplayName: msRTCSIP-LocationProfiles
description: Container to hold all location profile objects.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.46
#schemaIDGUID: {8acbb97d-5c19-4e77-a5c4-60af05492882}
schemaIDGUID:: fbnLihlcd06lxGCvBUkogg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-Service
ldapDisplayName: msRTCSIP-LocationProfiles

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-LocationName,CN=Schema,CN=Configuration,DC=X
# This is the name of one location profile object
changetype: add
adminDescription: msRTCSIP-LocationName
adminDisplayName: msRTCSIP-LocationName
description: Name of a location profile object.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.139
#schemaIDGUID: {89b335e8-af85-49fd-b5df-7b03aae599e3}
schemaIDGUID:: 6DWziYWv/Um133sDquWZ4w==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-LocationName

dn: CN=ms-RTC-SIP-Description,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Description
adminDisplayName: msRTCSIP-Description
description: a friendly description for a phone route, a normalization rule or a location profile.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.143
#schemaIDGUID: {15573d8a-b523-40df-a572-ecf1a06f519f}
schemaIDGUID:: ij1XFSO130ClcuzxoG9Rnw==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-Description

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-LocationProfile,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-LocationProfile
adminDisplayName: msRTCSIP-LocationProfile
description: The actual location profile object.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.47
#schemaIDGUID: {c639a920-39b1-48c4-bb52-3e418679cf96}
schemaIDGUID:: IKk5xrE5xEi7Uj5BhnnPlg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-LocationProfiles
ldapDisplayName: msRTCSIP-LocationProfile

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-LocationProfile,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-LocationName

dn: CN=ms-RTC-SIP-LocationProfile,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-Description

dn: CN=ms-RTC-SIP-LocationProfile,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ExtensionData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Local normalization rules
##############################################################

dn: CN=ms-RTC-SIP-LocalNormalizations,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-LocalNormalizations
adminDisplayName: msRTCSIP-LocalNormalizations
description: Container to hold all local normalization rule objects.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.48
#schemaIDGUID: {153b16c1-c5cc-4338-b9b3-3555b8134172}
schemaIDGUID:: wRY7FczFOEO5szVVuBNBcg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-Service
ldapDisplayName: msRTCSIP-LocalNormalizations

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-RuleName,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-RuleName
adminDisplayName: msRTCSIP-RuleName
description: Name of a normalization rule object.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.146
#schemaIDGUID: {fe765136-fbd8-40c2-a1cd-16f5c2c0c984}
schemaIDGUID:: NlF2/tj7wkChzRb1wsDJhA==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-RuleName

dn: CN=ms-RTC-SIP-Pattern,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Pattern
adminDisplayName: msRTCSIP-Pattern
description: Contains a pattern used for matching dial numbers into E.164 format.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.147
#schemaIDGUID: {0df48f64-2da4-4805-9893-51c16bb8a4f5}
schemaIDGUID:: ZI/0DaQtBUiYk1HBa7ik9Q==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-Pattern

dn: CN=ms-RTC-SIP-Translation,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Translation
adminDisplayName: msRTCSIP-Translation
description: Contains the translation string to apply on the dialed number if a match is found.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.148
#schemaIDGUID: {2953446b-1e99-4d08-898c-d870aeafb202}
schemaIDGUID:: a0RTKZkeCE2JjNhwrq+yAg==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-Translation

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-LocalNormalization,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-LocalNormalization
adminDisplayName: msRTCSIP-LocalNormalization
description: The actual local normalization object.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.49
#schemaIDGUID: {ec5b01f2-10fc-412a-9b57-717aaecc1c3b}
schemaIDGUID:: 8gFb7PwQKkGbV3F6rswcOw==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-LocalNormalizations
ldapDisplayName: msRTCSIP-LocalNormalization

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-LocalNormalization,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-RuleName

dn: CN=ms-RTC-SIP-LocalNormalization,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-Pattern

dn: CN=ms-RTC-SIP-LocalNormalization,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-Translation

dn: CN=ms-RTC-SIP-LocalNormalization,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-Description

dn: CN=ms-RTC-SIP-LocalNormalization,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ExtensionData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Phone route usages
##############################################################

dn: CN=ms-RTC-SIP-RouteUsages,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-RouteUsages
adminDisplayName: msRTCSIP-RouteUsages
description: Container to hold all phone route usage objects.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.52
#schemaIDGUID: {163e370f-e4c5-42a8-a510-3b0a1c04883a}
schemaIDGUID:: Dzc+FsXkqEKlEDsKHASIOg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-Service
ldapDisplayName: msRTCSIP-RouteUsages

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-RouteUsageAttribute,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-RouteUsageAttribute
adminDisplayName: msRTCSIP-RouteUsageAttribute
description: Defines an attribute to qualify the usage for a phone route.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.151
#schemaIDGUID: {0d6370e1-060a-484d-bee6-6b112cef0754}
schemaIDGUID:: 4XBjDQoGTUi+5msRLO8HVA==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-RouteUsageAttribute

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-RouteUsage,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-RouteUsage
adminDisplayName: msRTCSIP-RouteUsage
description: The actual phone route usage object.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.53
#schemaIDGUID: {03f4edce-1f8a-4cce-b3d6-b4934b2f7dc6}
schemaIDGUID:: zu30A4ofzkyz1rSTSy99xg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-RouteUsages
ldapDisplayName: msRTCSIP-RouteUsage

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-RouteUsage,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-RouteUsageAttribute

dn: CN=ms-RTC-SIP-RouteUsage,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-Description

dn: CN=ms-RTC-SIP-RouteUsage,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ExtensionData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Phone routes
##############################################################

dn: CN=ms-RTC-SIP-PhoneRoutes,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PhoneRoutes
adminDisplayName: msRTCSIP-PhoneRoutes
description: Container to hold all phone route objects.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.54
#schemaIDGUID: {f7fa79b7-5eb4-4699-8513-af42b58178af}
schemaIDGUID:: t3n697RemUaFE69CtYF4rw==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-Service
ldapDisplayName: msRTCSIP-PhoneRoutes

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-PhoneRouteName,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PhoneRouteName
adminDisplayName: msRTCSIP-PhoneRouteName
description: Specifies the friendly name of the phone route.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.153
#schemaIDGUID: {895ce8d5-3e41-4b39-8f50-75b00146e07a}
schemaIDGUID:: 1ehciUE+OUuPUHWwAUbgeg==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-PhoneRouteName

dn: CN=ms-RTC-SIP-Gateways,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Gateways
adminDisplayName: msRTCSIP-Gateways
description: Contains a list of gateways and ports.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.155
#schemaIDGUID: {0a18a830-f838-46a8-b584-053f67a9bcb4}
schemaIDGUID:: MKgYCjj4qEa1hAU/Z6m8tA==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-Gateways

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-PhoneRoute,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PhoneRoute
adminDisplayName: msRTCSIP-PhoneRoute
description: The actual phone route object.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.55
#schemaIDGUID: {d442c368-57f1-4d67-a3a0-fc9679f6673c}
schemaIDGUID:: aMNC1PFXZ02joPyWefZnPA==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-PhoneRoutes
ldapDisplayName: msRTCSIP-PhoneRoute

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-PhoneRoute,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-PhoneRouteName

dn: CN=ms-RTC-SIP-PhoneRoute,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-Gateways

dn: CN=ms-RTC-SIP-PhoneRoute,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-Description

dn: CN=ms-RTC-SIP-PhoneRoute,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ExtensionData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema minor version to 14.
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 14

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Target phone number of a msRTCSIP-PhoneRoute is changed to
# singleton
##############################################################

dn: CN=ms-RTC-SIP-TargetPhoneNumber,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-TargetPhoneNumber
adminDisplayName: msRTCSIP-TargetPhoneNumber
description: Contains a phone number pattern or range to route to the specified gateways.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.164
#schemaIDGUID: {27a572fb-3ec3-49fd-ac7e-ee6f92761f78}
schemaIDGUID:: +3KlJ8M+/Umsfu5vknYfeA==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-TargetPhoneNumber

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-PhoneRoute,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TargetPhoneNumber

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Linked attributes that connects msRTCSIP-PhoneRoute
# and msRTCSIP-RouteUsage
##############################################################

dn: CN=ms-RTC-SIP-RouteUsageLinks,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-RouteUsageLinks
adminDisplayName: msRTCSIP-RouteUsageLinks
description: Contains DNs that point to a list of phone route usage objects.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.165
#schemaIDGUID: {5edfaa03-f355-4c95-a35f-75e555461fe9}
schemaIDGUID:: A6rfXlXzlUyjX3XlVUYf6Q==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11032
isSingleValued: FALSE
searchFlags: 3
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-RouteUsageLinks

dn: CN=ms-RTC-SIP-PhoneRouteBL,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-PhoneRouteBL
adminDisplayName: msRTCSIP-PhoneRouteBL
description: Contains DNs that point to a list of phone route objects.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.166
#schemaIDGUID: {e6b4361a-e643-439f-9a48-7ac9368be51d}
schemaIDGUID:: Gja05kPmn0OaSHrJNovlHQ==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11033
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-PhoneRouteBL

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-PhoneRoute,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-RouteUsageLinks

dn: CN=ms-RTC-SIP-RouteUsage,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-PhoneRouteBL

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Linked attributes that connects msRTCSIP-LocationProfile
# and msRTCSIP-LocalNormalization
##############################################################

dn: CN=ms-RTC-SIP-LocalNormalizationLinks,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-LocalNormalizationLinks
adminDisplayName: msRTCSIP-LocalNormalizationLinks
description: This attribute contain multiple ordered DNs that point to normalization rule objects.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.167
#schemaIDGUID: {3f1ac2d2-839d-4ec2-8e62-c7ac417c42e5}
schemaIDGUID:: 0sIaP52Dwk6OYsesQXxC5Q==
oMSyntax: 127
attributeSyntax: 2.5.5.7
linkID: 11034
isSingleValued: FALSE
searchFlags: 3
omObjectClass:: KoZIhvcUAQEBCw==
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-LocalNormalizationLinks

dn: CN=ms-RTC-SIP-LocationProfileBL,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-LocationProfileBL
adminDisplayName: msRTCSIP-LocationProfileBL
description: This attribute contain a list of location profile objects that the normalization rule serves.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.168
#schemaIDGUID: {da270f4d-3926-40a5-94e3-7730a73dbe19}
schemaIDGUID:: TQ8n2iY5pUCU43cwpz2+GQ==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11035
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-LocationProfileBL

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-LocationProfile,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-LocalNormalizationLinks

dn: CN=ms-RTC-SIP-LocalNormalization,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-LocationProfileBL

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# MeetingPolicy is no longer a user attribute. Take it out of GC
##############################################################

dn: CN=ms-RTC-SIP-MeetingPolicy,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace:isMemberOfPartialAttributeSet
isMemberOfPartialAttributeSet: FALSE

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema minor version to 16.
# (15 was consumed in a private test.)
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 16

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# msRTCSIP-Default is a boolean attribute indicating whether
# a global setting object is the default instance in a global
# container.
##############################################################

dn: CN=ms-RTC-SIP-Default,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-Default
adminDisplayName: msRTCSIP-Default
description: Indicate whether a global setting object is default or not.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.169
#schemaIDGUID: {b4f3d9af-626c-41b5-a073-61cc1c2046a6}
schemaIDGUID:: r9nztGxitUGgc2HMHCBGpg==
oMSyntax: 1
attributeSyntax: 2.5.5.8
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-Default

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Add msRTCSIP-Default attribute to class msRTCSIP-RouteUsage
##############################################################

dn: CN=ms-RTC-SIP-RouteUsage,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-Default

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Create trusted services container class
##############################################################
dn: CN=ms-RTC-SIP-TrustedServices,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-TrustedServices
adminDisplayName: msRTCSIP-TrustedServices
description: Container to hold all trusted service objects.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.58
#schemaIDGUID: {6E05D453-D2FE-4349-9BD5-331BD6959E39}
schemaIDGUID:: U9QFbv7SSUOb1TMb1pWeOQ==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
subClassOf: container
possSuperiors: msRTCSIP-Service
ldapDisplayName: msRTCSIP-TrustedServices

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

#####################################################################
# Create trusted service class. Unlike msRTCSIP-TrustedServer
# that identifies a trusted machine by a FQDN, msRTCSIP-TrustedService
# identifies a trusted service using 3-tuples (HostMachineFQDN,
# ListeningPort, ServiceType)
#####################################################################
dn: CN=ms-RTC-SIP-TrustedService,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-TrustedService
adminDisplayName: msRTCSIP-TrustedService
description: Stores data about trusted services.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.59
#schemaIDGUID: {8169ca96-82c5-4ece-bc33-e056b00a120a}
schemaIDGUID:: lsppgcWCzk68M+BWsAoSCg==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: msRTCSIP-TrustedServices
subClassOf: container
ldapDisplayName: msRTCSIP-TrustedService

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Create mediation server class
##############################################################
dn: CN=ms-RTC-SIP-EnterpriseMediationServerSettings,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-EnterpriseMediationServerSettings
adminDisplayName: msRTCSIP-EnterpriseMediationServerSettings
description: Container for configuration values for MediationServer.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.60
#schemaIDGUID: {7EA875D6-F7B5-4409-8DBA-3F647E4D74AB}
schemaIDGUID:: 1nWofrX3CUSNuj9kfk10qw==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 3
subClassOf: top
ldapDisplayName: msRTCSIP-EnterpriseMediationServerSettings

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

dn: CN=ms-RTC-SIP-MediationServer,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-MediationServer
adminDisplayName: msRTCSIP-MediationServer
description: Specifies computer as a MediationServer.
objectclass: classSchema
governsID: 1.2.840.113556.1.6.24.2.61
#schemaIDGUID: {952A496A-42B8-4FB8-AFE4-FB58903E2B21}
schemaIDGUID:: akkqlbhCuE+v5PtYkD4rIQ==
# Allows Full Control for Domain Admins and SYSTEM
defaultSecurityDescriptor: D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;DA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
rdnattid: cn
objectClassCategory: 1
possSuperiors: serviceConnectionPoint
subClassOf: serviceConnectionPoint
ldapDisplayName: msRTCSIP-MediationServer
systemAuxiliaryClass: msRTCSIP-EnterpriseMediationServerSettings

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

#####################################################################
# Create trusted service attributes
#####################################################################
dn: CN=ms-RTC-SIP-TrustedServicePort,CN=Schema,CN=Configuration,DC=X
# This is the listening port of a trusted service
changetype: add
adminDescription: msRTCSIP-TrustedServicePort
adminDisplayName: msRTCSIP-TrustedServicePort
description: Trusted Service Listening Port
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.170
#schemaIDGUID: {28c7dcdb-e72f-4a53-bcbe-ecdc80859e2a}
schemaIDGUID:: 29zHKC/nU0q8vuzcgIWeKg==
oMSyntax: 2
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-TrustedServicePort

dn: CN=ms-RTC-SIP-TrustedServiceType,CN=Schema,CN=Configuration,DC=X
# This is the type of a trusted service
changetype: add
adminDescription: msRTCSIP-TrustedServiceType
adminDisplayName: msRTCSIP-TrustedServiceType
description: Trusted Service Type.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.171
#schemaIDGUID: {ee78b91c-6fd0-45a7-b5d7-3c48c6695b60}
schemaIDGUID:: HLl47tBvp0W11zxIxmlbYA==
oMSyntax: 64
attributeSyntax: 2.5.5.12
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-TrustedServiceType

dn: CN=ms-RTC-SIP-Routable,CN=Schema,CN=Configuration,DC=X
# Determine whether a trusted service can be used for authorization or routing
changetype: add
adminDescription: msRTCSIP-Routable
adminDisplayName: msRTCSIP-Routable
description: Determine whether a trusted service can be used for authorization or routing
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.172
#schemaIDGUID: {a647962b-044a-4784-b6bd-486b25bc8585}
schemaIDGUID:: K5ZHpkoEhEe2vUhrJbyFhQ==
oMSyntax: 1
attributeSyntax: 2.5.5.8
isSingleValued: TRUE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
ldapDisplayName: msRTCSIP-Routable

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

#####################################################################
# Create linked attributes that connect a TrustedService with one or more Pools
# or Mediation Servers
#####################################################################
dn: CN=ms-RTC-SIP-TrustedServiceLinks,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-TrustedServiceLinks
adminDisplayName: msRTCSIP-TrustedServiceLinks
description: This attribute contain multiple ordered DNs that point to trusted service objects.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.173
#schemaIDGUID: {689d5375-98fa-4dbb-9d5e-41d8215311d2}
schemaIDGUID:: dVOdaPqYu02dXkHYIVMR0g==
oMSyntax: 127
attributeSyntax: 2.5.5.7
linkID: 11030
isSingleValued: FALSE
searchFlags: 3
omObjectClass:: KoZIhvcUAQEBCw==
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-TrustedServiceLinks

dn: CN=ms-RTC-SIP-ServerBL,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-ServerBL
adminDisplayName: msRTCSIP-ServerBL
description: This attribute contain a list of pool or server objects that the service serves.
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.174
#schemaIDGUID: {4735c740-94bb-4c8e-a4df-68237a5a99b9}
schemaIDGUID:: QMc1R7uUjkyk32gjelqZuQ==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11031
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-ServerBL

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Linked attributes that connects msRTCSIP-LocationProfile
# and msRTCSIP-Pool or msRTCSIP-MediationServer
##############################################################
dn: CN=ms-RTC-SIP-DefaultLocationProfileLink,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-DefaultLocationProfileLink
adminDisplayName: msRTCSIP-DefaultLocationProfileLink
description: Contains DN that point to default location profile
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.175
#schemaIDGUID: {6b8b7771-7ef0-43ec-90cf-7f8844c48c81}
schemaIDGUID:: cXeLa/B+7EOQz3+IRMSMgQ==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11036
isSingleValued: TRUE
searchFlags: 3
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-DefaultLocationProfileLink

dn: CN=ms-RTC-SIP-ServerReferenceBL,CN=Schema,CN=Configuration,DC=X
changetype: add
adminDescription: msRTCSIP-ServerReferenceBL
adminDisplayName: msRTCSIP-ServerReferenceBL
description: Contains DNs that point to a list of pool or server objects
objectclass: attributeSchema
attributeID: 1.2.840.113556.1.6.24.1.176
#schemaIDGUID: {548d4b32-4685-4494-a697-7ddda5590a6d}
schemaIDGUID:: MkuNVIVGlESml33dpVkKbQ==
oMSyntax: 127
attributeSyntax: 2.5.5.1
linkID: 11037
isSingleValued: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: TRUE
ldapDisplayName: msRTCSIP-ServerReferenceBL

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

#####################################################################
# Trusted service attributes
#####################################################################
dn: CN=ms-RTC-SIP-TrustedService,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedServerFQDN

dn: CN=ms-RTC-SIP-TrustedService,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedServicePort

dn: CN=ms-RTC-SIP-TrustedService,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedServiceType

dn: CN=ms-RTC-SIP-TrustedService,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedServerVersion

dn: CN=ms-RTC-SIP-TrustedService,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-Routable

dn: CN=ms-RTC-SIP-TrustedService,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ServerBL

dn: CN=ms-RTC-SIP-TrustedService,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ExtensionData

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

#####################################################################
# Mediation server attributes
#####################################################################
dn: CN=ms-RTC-SIP-EnterpriseMediationServerSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ServerVersion

dn: CN=ms-RTC-SIP-EnterpriseMediationServerSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ExtensionData

dn: CN=ms-RTC-SIP-EnterpriseMediationServerSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedServiceLinks

dn: CN=ms-RTC-SIP-EnterpriseMediationServerSettings,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-DefaultLocationProfileLink

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

#####################################################################
# Add two forward link attributes to pool
#####################################################################
dn: CN=ms-RTC-SIP-Pool,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-TrustedServiceLinks

dn: CN=ms-RTC-SIP-Pool,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-DefaultLocationProfileLink

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

#####################################################################
# Add a backlink attribute to LocationProfile
#####################################################################
dn: CN=ms-RTC-SIP-LocationProfile,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-ServerReferenceBL

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

#####################################################################
# Apply default to domain
#####################################################################
dn: CN=ms-RTC-SIP-Domain,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: mayContain
mayContain: msRTCSIP-Default

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema minor version to 18
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 18

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Replicate msRTCSIP-TrustedServiceType to GC in order to
# support GC query based on the attribute
##############################################################

dn: CN=ms-RTC-SIP-TrustedServiceType,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace:isMemberOfPartialAttributeSet
isMemberOfPartialAttributeSet: TRUE

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1

##############################################################
# Update schema minor version to 19
##############################################################

dn: CN=ms-RTC-SIP-SchemaVersion,CN=Schema,CN=Configuration,DC=X
changetype: modify
replace: rangeLower
rangeLower: 19

dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1