Hi everyone,
Can someone help me with rehost utility 3.0 M010 on setting properties that would preserve JNDI Adapter configuration that connects to Microsoft Active Directory LDAP. Last time I was testing rehosting with rehost utility 2.0, all settings disappeared and I had to do manually the configuration of the adapters. Has this issue been fixed in 3.0?
I've setup the following properties in the rehost.properties file (specific to the additional JDNI adapter):
target.ldap.hostname.com.<company_domain>.<adapter_name>=<Active_Directory_Server_URL>
target.ldap.port.com.<company_domain>.<adapter_name>=3268
and the following property where I put all additional properties of the adapter (I've put line breaks after "|" sign for better readability, but the line is continuous in the rehost.properties file):
target.ldap.setAdapterAttributes.com.<company_domain>.<adapter_name>=
com.<company_domain>.<adapter_name>.java.naming.provider.url=ldap://<Active_Directory_Server_FQDN>:3268|
com.<company_domain>.<adapter_name>.searchBase=dc=cgtc,dc=com|
com.<company_domain>.<adapter_name>.searchScope=SUBTREE|
com.<company_domain>.<adapter_name>.windchill.config.directoryType=ADS|
com.<company_domain>.<adapter_name>.windchill.config.doesNotContainGroups=true|
com.<company_domain>.<adapter_name>.windchill.config.readOnly=true|
com.<company_domain>.<adapter_name>.windchill.mapping.user.o=company|
com.<company_domain>.<adapter_name>.windchill.mapping.user.objectClass=user|
com.<company_domain>.<adapter_name>.windchill.mapping.user.uid=sAMAccountName|
com.<company_domain>.<adapter_name>.windchill.mapping.user.uniqueIdAttribute=sAMAccountName|
com.<company_domain>.<adapter_name>.windchill.mapping.usersOrganizationName=<Company_Name>
Is this enough, or are there any additinal properties necessary to be entered?