Not able to configure rdbdirpassword attribute
book
Article ID: 204954
calendar_today
Updated On: 03-06-2025
Products
CA Identity Manager
CA Identity Governance
CA Identity Portal
CA Identity Suite
Issue/Introduction
The rdbdirpassword attribute is required while integrating Identity Governance and Identity Manager.
After adding the rdbdirpassword in the Identity Manager Management Console > Advanced Settings > Miscellaneous the attribute is not added to the list
Resolution
There are two process, first one to add the rdbdirpassword attribute and the other one in case you need its value to be displayed encrypted
To add the rdbdirpassword to the Miscellaneous page
- Open Identity Manager Management Console.
- Navigate to Home › Environments › identityEnv › Advanced Settings
- Click the Export button
- Open the XML file and search for "<UserDefined>" without quotes
- Add the line below inside of <UserDefined> tag, changing to the correct value
<Property name="rdbdirpassword">Here-Type-The-Value</Property>
- Save the file
- Back to Home › Environments › identityEnv › Advanced Settings
- Import the file you changed
- Restart environment and check if the rdbdirpassword property is defined
To generate the hash you can use the password Tool
- From CA IdM installation folder "/IdentityManager/IAM_Suite/IdentityManager/tools/PasswordTool"
- Run the command:
pwdtools.sh -JSAFE -p 'THE-PASSWORD-CLEAR-TEXT'
- Copy the encrypted value and paste in the rdbdirpassword attribute at IdM Management Console.
Feedback
Was this article helpful?
thumb_up
Yes
thumb_down
No