Technote (FAQ)
Question
In IBM Rational Change is there a way to reset the tdsadmin password in the case the operating system password has changed?
Answer
Before you start, you will need to understand the relation between the tdsadmin password in the OS (if you are using RDS Tivoli) and the tdsadmin password in RDS. To do so, consult Technote 1469504: How to manage the user "tdsadmin" in Rational Directory Server.
Steps to manually reset the tdsadmin password in Rational Directory Server (RDS) 5.0:
- Stop the Tivoli installation underlying to RDS:
/opt/IBM/ldap/V6.2/sbin/ibmslapd -I tdsadmin -k
- Edit the
ibmslapd.conffile located in:
/var/IBM/Rational/RDS_5.0/Instance/idsslapd-tdsadmin/etc
- Set the following:
- For "
dn: cn=Configuration",
set "ibm-slapdPwEncryption: none".
Original valueibm-slapdPwEncryption: ssha
New Valueibm-slapdPwEncryption: none
- For "
dn: cn=TDSAdminGroupEntry, cn=AdminGroup, cn=Configuration",
set "ibm-slapdAdminPW: new_password".
Original valueibm-slapdAdminPW: {AES256}nLYf8VVP0+CuxcaLeFXHKw==
New Valueibm-slapdAdminPW: new_password
- For "
- Under
/opt/IBM/ldap/V6.2/sbin, run the following command to set the password for database owner:
idscfgdb -w new_password
- Start Tivoli:
/opt/IBM/ldap/V6.2/sbin/ibmslapd -I tdsadmin -n
- Login to Rational Directory Administrator (RDA) and verify that login is successful with the new password.
- Exit RDA and again repeat steps 1 and 2
- Encrypt the password you entered in step 3. Otherwise the password will remain clear for any reader of this file. Tivoli will automatically encrypt it.:
For "dn: cn=Configuration" set "ibm-slapdPwEncryption: ssha"
- Start Tivoli:
/opt/IBM/ldap/V6.2/sbin/ibmslapd -I tdsadmin -n
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.