CA Normalization Integration Management Service Management (NIM SM) enables you to integrate CA Identity Manager with various service desk solutions.
During a fresh install NIM is configured to use the username and password that you specify for CA embedded components.
When you upgrade to CA Identity Manager 12.6.5 from an earlier version, the username and password for CA embedded components is unavailable. Instead, the NIM username and password both revert to the default value of "nimadmin". We recommended that you update the NIM credentials by changing the username and password values in the following files:
Follow these steps:
Note: Before you use the Password Tool, set the %JAVE_HOME% environment variable in the pwdtools.bat file. For more information, see The Password Tool.
Example:
C:\Program Files (x86)\CA\Identity Manager\IAM Suite\Identity Manager\tools\PasswordTool.
pwdtools -JSAFE -p password
Example output:
Plain text: password
Encrypted value: {PBES}:WQf3wza4JfbqICD/4D8xog==
pwdtools -FIPS -k [FIPS Key Path] -p password
Example output:
Key File location=C:/FIPSkey.dat
Plain text: password
Encrypted value: {AES}:3BqepUi09EfB3IKmvBBBWg==
Example: C:\Program Files\jboss-eap-6.2\standalone\deployments\iam_im.ear\config\ca_nim.properties
nimadminUser=nimadmin
nimadminPassword={PBES}:Q82YUY22ku8X04T1DyBvww==
Example:
nimadminUser=myusername nimadminPassword=myencryptedpassword
pwdtools -CANIMSM -p password
Example output:
Plain Text: password
Encrypted value: AAAAEM7HElhthx74qHBkjDD7L/nIthHpxl8z3piCMFyw5ctL
<User> <property name="username" value="nimadmin"/> <property name="password" value="AAAAEDFsjJUDxVV9PK+2putOEiUsoPzGAcDjnMGFie4NC01Z"/> </User>
Example:
<User> <property name="username" value="myusername"/> <property name="password" value="myencryptedpassword"/> </User>
You updated your NIM credentials.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|