Release : 14.x
The "Automatic Correlation" setting is stored in the the Provisioning Directory.
You can modify it directly, using ldapmodify (available for config user in vApp), or dxmodify (available for dsa user in vApp), or Jxplorer, or any other LDAP client you like.
You need to connect to Provisioning Server using LDAP client with the following bind DN:
eTGlobalUserName=etaadmin,eTGlobalUserContainerName=Global Users,eTNamespaceName=CommonObjects,dc=im,dc=eta
Port number: 20389
Note: etaadmin is the default Provisioning Server administrator. You may be using a user with a different name.
The entry DN:
eTConfigParamName=Automatic Correlation,eTConfigParamFolderName=Synchronization,eTConfigParamContainerName=Parameters,eTConfigContainerName=Configuration,eTNamespaceName=CommonObjects,dc=im,dc=eta
You need to modify eTConfigParamValue attribute from "no" to "yes"
If using ldapmodify in vApp:
dn: eTConfigParamName=Automatic Correlation,eTConfigParamFolderName=Synchronization,eTConfigParamContainerName=Parameters,eTConfigContainerName=Configuration,eTNamespaceName=CommonObjects,dc=im,dc=eta
changetype: modify
replace: eTConfigParamValue
eTConfigParamValue: yes
ldapmodify -h <Prov Server IP> -p 20389 -D "eTGlobalUserName=etaadmin,eTGlobalUserContainerName=Global Users,eTNamespaceName=CommonObjects,dc=im,dc=eta" -W -f <LDIF file>
LDIF file auto-corr.ldif is attached for your reference, and can be used in the above ldapmodify command.