Synchronizing Proxy-Address and Target-Address Attributes

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

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

  2. Locate the driver object, then click OK.

  3. Locate the Driver Parameters section at the bottom of the Driver Configuration page, then click Edit XML.

  4. 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>
  5. Click OK.