During your schema preparation of deploying Office Communications Server 2007, schema.ldf on your installation source (ISO) is the preconfigured file to upload your Schema attributes within your Active Directory Services Schema.
Today i had an interesting question about: Is there any difference between the Schema attributes extensions in OCS2007PB (Public Beta) and OCS2007RTM (Released to Manu.)
The answer is "yes" but only #descriptions#. Line 3336 and 3390
Line: (3336) Public Beta:
##############################################################
# Adding msRTCSIP-SourceObjectDN to RTCUserPropertySet
##############################################################
now in RTM:
##############################################################
# Adding msDS-SourceObjectDN to RTCUserPropertySet
##############################################################
Line: (3390) Public Beta:
##############################################################
# Make msRTCSIP-SourceObjectDN GC'ed and indexed.
##############################################################
now in RTM:
##############################################################
# Make msDS-SourceObjectDN GC'ed and indexed.
##############################################################
No comments:
Post a Comment