Regarding TDI and WebSphere for Connections 4,4.5,5 and 5.5
When you choose to change the default values for guid, login and/or uid, it’s important to check the availability of those attributes into the Virtual Member Manager.
Example ot TDI settings:
File: map_dbrepos_from_source.properties
guid={function_map_from_objectGUID}
loginId=sAMAccountName
uid=userPrincipalName
Test the availability of attributes:
wsadmin.bat -lang jacl
$AdminTask getIdMgrPropertySchema { -entityTypeName PersonAccount }
Check if the attributes sAMAccountName and userPrincipalName exists in the output
Add attributes:
wsadmin.bat -lang jacl
$AdminTask addIdMgrPropertyToEntityTypes {-name userPrincipalName -dataType string -entityTypeNames PersonAccount}
Perform a full sync to all nodes and restart them
Views: 280