Home > Articles

This chapter is from the book

This chapter is from the book

Connection Agreement Properties

Although the Connection Agreement Wizard does a lot to simplify the creation of CAs, you'll find it useful to get familiar with the properties of the various types of CAs. You might need to modify the settings of a CA created by the CA Wizard. Or you might need to create a custom CA without the help of the wizard. You might also need to troubleshoot the operation of a CA, and that can get very tedious if you don't know how they operate with various settings.

Recipient Connection Agreements

Open the Properties window for one of the User CAs created by the wizard. Figure 12.30 shows the General tab.

12fig30.gifFigure 12.30 Connection Agreement properties showing the agreement type and the name of the ADC server.migration from legacy ExchangeCA propertiesrecipientsCAs (Connection Agreements)propertiesrecipient CAsRecipient Connection Agreements

The wizard creates two-way connection agreements, meaning that changes made to either directory service replicate to the other service. This ensures that you have full synchronization throughout the migration.

These settings are stored in Active Directory, so if you want another ADC server to take over the replication duties, you can select a different server using the Select a Server to Run option.

Connection Settings

Select the Connections tab, shown in Figure 12.31. This tab allows you to select the endpoint server for each side of the Connection Agreement and the credentials used to access the directory service on that server.

12fig31.gifFigure 12.31 Connections tab showing the two-endpoint servers in the Connection Agreement and the credentials used to make the connection.legacy Exchange serversmigration to Exchange 2003CA properties

If you decommission the legacy Exchange server acting as the endpoint to the Connection Agreement, use this tab to specify another legacy server. As you'll see in the next section, Exchange 2003 has a service called the Site Replication Service that maintains a replica of the legacy Exchange directory service on an Exchange 2003 server. You can point a CA at this SRS service rather than at a legacy Exchange server. The only caveat is that SRS listens at TCP port 379 rather than TCP port 389, the standard LDAP port.

If you change the password on either of the accounts used to access Active Directory or legacy Exchange, use this tab to change the passwords stored in the Connection Agreement. Failure to do so will be reported to the Application event log.

Schedule Settings

Select the Schedule tab, shown in Figure 12.32. The default setting for CA replication is Always. This replicates a change as it occurs.

12fig32.gifFigure 12.32 Schedule tab permits throttling back on replication to accommodate network restrictions, if any.

If immediate replication overloads a slow connection, you can elect to replicate periodically, such as hourly or every 15 minutes throughout a given window. Under general circumstances, you won't change the default setting.

"From Exchange" Settings

Select the From Exchange tab, shown in Figure 12.33. Note that the CA replicates all changes from a given legacy site into the staging area OU you created in Active Directory. You should only see Universal Distribution Groups, contacts, and disabled user accounts for resource mailboxes in this OU. The ADC locates a user object in the OU where it resides.

12fig33.gifFigure 12.33 From Exchange shows the source, target containers, and the object types that will be copied from legacy Exchange to Active Directory.migration from legacy ExchangeCA propertiesrecipientsCAs (Connection Agreements)propertiesrecipient CAsRecipient Connection Agreementslegacy Exchange serversmigration to Exchange 2003CA properties

"From Windows" Settings

Select the From Windows tab, shown in Figure 12.34. This side of the CA works a little differently. The CA takes changes made to mail-enabled objects anywhere in the domain and replicates them to objects in the legacy site container.

12fig34.gifFigure 12.34 From Windows specifies the source and target containers for the Connection Agreement, but does not indicate the type of objects. This is determined by a custom filter that cannot be seen in the user interface.migration from legacy ExchangeCA propertiesrecipientsCAs (Connection Agreements)propertiesrecipient CAsRecipient Connection Agreementslegacy Exchange serversmigration to Exchange 2003CA properties

If you think about it for a moment, this configuration might cause a problem. After all, the CA wizard creates several CAs, one for each legacy site. Each of these CAs pulls changes from the entire domain. This could lead to a situation where you mail-enabled an object in Active Directory, and the overlapping CAs each created a corresponding object in its own legacy site OU.

To avoid this, Microsoft does a little magic trick. In the From Windows tab, take a look at the Objects field. The ADC uses this field to configure a filter in the Connection Agreement to search only for objects of the specified class. If you were to configure a CA manually and check each of the object types, the ADC would create a filter to search for all objects of the User, Group, and Contact class.

Notice in the Connection Agreement created by the CA Wizard that the Objects field contains a gray background, and none of the checkboxes have checks. Instead of using a standard filter, the CA Wizard inserts a custom filter into the CA that limits the search to objects in the same site as the Exchange server that forms the endpoint of the Connection Agreement. This search restriction prevents overlapping CAs from creating multiple objects in their own site OU based on a single mail-enabled Active Directory object.

Just in case you're interested in the full details, here's how the custom filter created by the CA Wizard works. It's good to know this information if you ever want to create a CA without the aid of the CA Wizard.

Each mail-enabled object in Active Directory has an attribute called LegacyExchangeDN. As you might expect, this attribute corresponds to the Distinguished Name of the object in the legacy Exchange directory service.

The syntax of the LegacyExchangeDN attribute uses X.821 format rather than X.500 format, so an example would look like this: /o=Company/ou=Phoenix/cn=phoenixuser100.

When a user gets a mailbox, the Exchange Task Wizard determines the site of the user's home server and constructs a LegacyExchangeDN entry that corresponds to that site. For example, if you were to take a user with the logon name sydneyuser50 and give that user a mailbox on an Exchange server in Sydney, the LegacyExchangeDN attribute would look like this: /o=Company/ou=Sydney/cn=sydneyuser50.

When the CA Wizard creates a Connection Agreement, the wizard modifies the Active Directory search filter in the CA to look only for objects with a legacyExchangeDN that specifies the same site as the Exchange server acting as the endpoint of the CA. For example, if the Exchange server resides in the Phoenix site, then the CA search filter would look for LegacyExchangeDN entries equal to /o=Company/ou=Phoenix/cn=*.

Advanced Settings

Select the Advanced tab, shown in Figure 12.35. The wizard configured the CA as a Primary CA for the Windows domain but not for the Exchange organization. Only a Primary CA can create new objects or delete existing objects. By preventing the CA from creating new objects in the legacy Exchange directory service, you avoid potential update loops in which changes to the same object would replicate back and forth between multiple sites.

12fig35.gifFigure 12.35 Advanced tab shows that each CA is a Primary only on the Windows side and that an unmatched mailbox in legacy Exchange will create a disabled user account.legacy Exchange serversmigration to Exchange 2003CA propertieslegacy Exchange serversmigration to Exchange 2003CA propertiesmigration from legacy ExchangeCA propertiesrecipientsCAs (Connection Agreements)propertiesrecipient CAsRecipient Connection Agreements

The Advanced properties also tell the CA to create a disabled user account in Active Directory if it cannot match a mailbox owner to an Active Directory user. The other options include creating a new user object or a new contact object. These options have only limited utility, and you should not select them unless instructed by Microsoft Product Support Services in the event that you require their help to resolve a problem.

The Paged Results entry defines how many items the ADC will obtain in a single LDAP query. In Exchange 2003, Microsoft recommends leaving this setting at the default of 20 unless specifically instructed to use a higher number by a support technician or Microsoft consulting engineer. (The Exchange 2000 ADC Deployment Guide recommends raising this value to 99, but that does not apply to Exchange 2003.)

Deletion Settings

Select the Deletion tab, shown in Figure 12.36. The default configuration deletes objects in one directory service when the corresponding object gets deleted from the other directory service.

12fig36.gifFigure 12.36 Deletion tab shows that deleted objects in each directory service will cause action on the part of the other directory service, by default. The alternative is to save the action in a flat file for later application.legacy Exchange serversmigration to Exchange 2003CA propertieslegacy Exchange serversmigration to Exchange 2003CA propertiesmigration from legacy ExchangeCA propertiesrecipientsCAs (Connection Agreements)propertiesrecipient CAsRecipient Connection Agreements

Replicating object deletions between the two directory services can get a little complex, depending upon the object type and directory service from where you delete it.

Object Deletions Originating in Active Directory

If you delete a mailbox-enabled user, a mail-enabled group, or a contact in Active Directory, the object doesn't actually get deleted. Instead, the system strips off all but the most essential attributes, moves the object to a hidden container called Deleted Objects, and sets an attribute on the object called IsDeleted to TRUE.

The search criteria on the Connection Agreements created by the CA Wizard include a filter to look for objects with the IsDeleted attribute set to TRUE. When the ADC finds such an object, it instructs the legacy Exchange directory service to delete the corresponding object.

Mail Attribute Deletions Originating in Active Directory

If you use the Exchange Task Wizard in Active Directory Users and Computers to revert a mailbox-enabled user, a mail-enabled group, or a contact back to a standard object (the task name is Remove Exchange Attributes), the wizard strips most of the e-mail attributes from the object and then sets the value for the LegacyExchangeDN attribute to ADCDisabledMail.

The search criteria on the Connection Agreements created by the CA Wizard include a filter to look for objects that have the LegacyExchangeDN attribute set to ADCDisabledMail. When the ADC finds such an object, it instructs the legacy Exchange directory service to delete the corresponding object.

Object Deletions Originating in Legacy Exchange

On the legacy Exchange side, the action varies depending on whether the mailbox belongs to a real user or a disabled user linked to a resource mailbox.

  • If you delete a resource mailbox, the ADC deletes the corresponding disabled user object in Active Directory.

  • If you delete a standard mailbox, the ADC strips the e-mail attributes from the corresponding Active Directory object and sets the LegacyExchangeDN attribute to ADCDisabledMailByADC.

The search criteria on Connection Agreements created by the CA Wizard include a filter to look for objects that have the LegacyExchangeDN attribute set to ADCDisabledMailByADC. When the ADC finds such an object, it turns right around and attempts to delete the corresponding object from legacy Exchange, even though the object is already gone. This might seem redundant, but that's what happens.

Points to Remember about Object Deletions and the ADC

Here's a quick synopsis of the way the ADC handles object and attribute deletions:

  • If you delete a mailbox-enabled user in Active Directory, the ADC deletes the corresponding mailbox in legacy Exchange.

  • If you delete a mail-enabled group or contact in Active Directory, the ADC deletes the corresponding distribution list or custom recipient in legacy Exchange.

  • If you remove the e-mail attributes from users, groups, or contacts in Active Directory, the ADC deletes the corresponding mailbox, distribution list, or custom recipient in legacy Exchange.

  • If you delete a mailbox in legacy Exchange, the ADC strips the e-mail attributes from the corresponding user object in Active Directory.

  • If you delete a distribution list or custom recipient in legacy Exchange, the ADC strips the e-mail attributes from the corresponding group or contact in Active Directory.

Configuration Connection Agreements

Consider the legacy Exchange directory service replication topology diagrammed in Figure 12.37. Within each site, the Exchange servers send directory service updates directly to each other using Remote Procedure Calls (RPCs). Between sites, the bridgehead servers convert the directory service updates into messages that they send to other bridgeheads. When you start the migration to Exchange 2003, you introduce a new actor: the ADC server. You've already seen how the Connection Agreements created by the ADC keep recipients and public folders in sync between legacy Exchange and Active Directory. But that's not the whole story.

12fig37.gifFigure 12.37 Configuration Connection Agreement connects the legacy Configuration containers in each site with the Exchange Organization container in Active Directory.migration from legacy ExchangeCA propertiesconfigurationCAs (Connection Agreements)propertiesconfiguration CAsConfiguration Connection Agreements

Exchange 5.x stores server information in a Configuration container in the legacy Exchange directory service. Each Exchange server in a site knows about the other servers in the site by looking in this Configuration container. The legacy servers in a site won't know that you installed an Exchange 2003 server until they see the server's information in the legacy Configuration container. That's the job of the Configuration Connection Agreement, which is created automatically when you install the first Exchange 2003 server in the site.

Configuration CA Function

When you install an Exchange 2003 server, Setup creates objects under the Exchange organization container in Active Directory that represent the following functions:

  • Exchange server itself, including its operational settings

  • Site addressing

  • Connectors

  • MTA and transport protocols

  • Private and public mailbox storage parameters

  • Recipient Policies

  • Site (Administrative Group) configuration parameters

  • Encryption and secure messaging parameters

The ADC synchronizes these objects with the legacy Exchange Configuration container using a Configuration Connection Agreement. The Configuration CA also connects the legacy Configuration container to the Recipient Policies container in Active Directory so that the ADC can update addressing policies. This is how Exchange 2003 finds out about the SMTP, X.400, and other proxy addresses currently used by legacy Exchange.

Configuration CA Endpoints

During your migration from legacy Exchange to Exchange 2003, you'll be decommissioning legacy servers. At some point, a given site might not have any remaining legacy servers, but the Exchange 5.x servers in other sites must still replicate the legacy Configuration partition so they can calculate message routing.

You could leave a legacy server in each site until you're just about ready to finish your migration, but to help smooth the transition, an Exchange 2003 server pretends to be a legacy Exchange server so it can replicate the Configuration container to the other legacy servers. That's the job of the SRS. An upcoming section in this chapter titled "Site Replication Service Configuration" details the operation of the SRS.

Public Folder Connection Agreements

Legacy Exchange public folders also act like standard recipients in that they can receive mail and belong to distribution lists. Active Directory represents mail-enabled public folders with a special object called Public Folder.

A Public Folder Connection Agreement in the ADC populates Active Directory with one Public Folder object for each public folder in the Public Folder Hierarchy. If you have 10,000 public folders in legacy Exchange, you'll end up with 10,000 Public Folder objects in Active Directory.

Public Folder CAs created by the Connection Agreement Wizard resemble Recipient CAs. Here are the differences:

  • Both CA types define a two-way connection agreement with an Exchange server as the endpoint on one side of the CA and Active Directory on the other side.

  • Both CA types limit the CA so that only the Windows side acts as a Primary CA.

  • Both CA types have a default schedule of Always.

Their primary difference lies in the type of object included in the search criteria. A Public Folder CA searches only for objects of the Public Folder class in Active Directory and for public folders in legacy Exchange.

The target container in Active Directory is also different. A Public Folder CA points at the Microsoft Exchange System Objects container, as shown in Figure 12.38.

12fig38.gifFigure 12.38 Public Folder Connection Agreement properties showing that the destination is the Microsoft Exchange System Objects container so that Public Folder objects can be created to correspond with mail-enabled MAPI public folders.legacy Exchange serversmigration to Exchange 2003CA propertiesmigration from legacy ExchangeCA propertiespublic foldersCAs (Connection Agreements)propertiespublic folder CAsPublic Folder Connection Agreements

When the ADC runs the Public Folder CA for the first time, the Microsoft Exchange System Objects container fills with objects representing public folders. Figure 12.39 shows the Microsoft Exchange System Objects container after the initial replication. (Select View | Advanced view in the console to see the container.)

12fig39.jpgFigure 12.39 Active Directory Users and Computers console showing Public Folder objects created by Public Folder CA.legacy Exchange serversmigration to Exchange 2003CA propertiesmigration from legacy ExchangeCA propertiespublic foldersCAs (Connection Agreements)propertiespublic folder CAsPublic Folder Connection Agreements

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020