Edit the IBM® Rational® Directory Server URL in the rds_config.xml file. Edit the IBM Rational Directory Server admin user name and passwords in the rds_config.xml file.
Procedure
- Edit the Rational Directory Server URL:
- In the rds_config.xml file, edit the <url> line.
<rds-config>
<url>ldap://host:port/</url>
<user-id>tdsadmin</user-id>
<password>xxxxxxxxxxxx/xxxxxxxxx==</password>
</rds-config>
- Save the file.
- Edit the admin user name and password:
- In the rds_config.xml file, edit the <user-id> line:
<rds-config>
<url>ldap://host:port/</url>
<user-id>tdsadmin</user-id>
<password>xxxxxxxxxxxx/xxxxxxxxx==</password>
</rds-config>
- Type the new user name.
- Replace the <password> line with:
<password-unencrypted>my_new_password</password-unencrypted>
- Save the file.
The user name is changed, but the original <password> is replaced with <password-unencrypted>, whose content is a clear-text password. When the server reloads, the password is encrypted.