Not able to configure rdbdirpassword attribute
search cancel

Not able to configure rdbdirpassword attribute

book

Article ID: 204954

calendar_today

Updated On:

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

Environment

Identity Manager 14.x 

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.

Additional Information

How to Integrate with CA Identity Manager

https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/identity-governance/14-3/integrating/integration-with-ca-identity-manager/how-to-integrate-with-ca-identity-manager.html

https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/identity-governance/14-4/integrating/integration-with-ca-identity-manager/how-to-integrate-with-ca-identity-manager.html