Configure Change Management Server (CM Server) for container
authentication.
Procedure
- You must add the ClearQuest home
directory to the Path system variable if CM
Server is running on a Windows® host,
else you cannot run the cqrpc command in
the next step. Update the Path variable by
using either of the following methods:
- Run the cqrpc command in a command
prompt window to generate a container authentication password for
CM Server. The cqrpc command is a component
of CM Server.
- On Windows:
cd %RATIONAL_HOME%\common\CM\bin
cqrpc.exe -sso_password sso-password
- On the UNIX® system and Linux®:
cd $RATIONAL_HOME/common/CM/bin
cqrpc -sso_password sso-password
The cqrpc command
displays the encrypted password, which you use in the next topic, Configuring the ClearQuest Web client for container authentication.
The encrypted password is also written to the sso.properties.temp file.
- Rename the sso.properties.temp file
to sso.properties. You have
created CM Server container authentication properties file.