Technote (troubleshooting)
Problem(Abstract)
Using the utility to encrypt the LDAP connection password when using Tivoli Endpoint Manager for Remote Control 8.2.0 and 8.2.1 reports an error and the password is not encrypted.
Cause
The command, that is provided in the TRC 5.1.2 documentation and referenced from the Tivoli Endpoint Manager for Remote Control documentation , for running the encryption utility uses a jar file that is only valid for TRC 5.1.2 .
Resolving the problem
The following command should be used for encrypting the LDAP connection password when using Tivoli Endpoint Manager for Remote Control.
java -cp ./trc.jar com.ibm.uk.greenock.authentication.Encrypt <password>
where password is the LDAP password to be encrypted
for example
java -cp ./trc.jar com.ibm.uk.greenock.authentication.Encrypt myPassw0rd
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.