5.6 Synchronizing Proxy-Address and Target-Address Attributes

To synchronize all the e-mail values of the multivalue Proxy-Address and Target-Address attributes, add the < proxyFlg/> tag to the driver parameters.

  1. In iManager, click eDirectory Administration > Modify Object.

  2. Locate and select the Identity Manager Driver for Exchange object (for example, EXCHANGE 5_5), then click OK.

  3. Locate the Driver Parameters section, then click Edit XML.

  4. Select Enable XML Editing so that you can edit the script.

    The Enable XML Editing check box
  5. Add the < proxyFlg/> tag.

    This tag can go anywhere between the < driver-options> tags. The updated parameters could look similar to the following example:

    	<driver-options>
         <x-ldap-server display-name="IP address of Exchange Server(for LDAP queries):">167.55.135.28</x-ldap-server>
         <x-remote display-name="Remote Exchange Driver?(1=true; 0=false):">0</x-remote>
         <x-server display-name="Exchange Server Name:">DHEAD</x-server>
         		<x-site display-name="Exchange Site:">/o=Novell/ou=DOMAINLIMA</x-site>
         		<proxyFlg/>
    </driver-options>
    
  6. Deselect Enable XML Editing, then return to the Driver Parameters section.

  7. Click OK.