Rational ClearQuest 사용자 계정의 신임이 ClearQuest용
Report Server에 전달되기 때문에 비밀번호를 암호화하는 것이 좋습니다. 공백 비밀번호는 지원되지 않습니다.
비밀번호를 암호화하려면 다음을 수행하십시오.
/RCQR/server/WebSphere/classes 디렉토리를 탐색하십시오.
Java 런타임을 시작하여 com.ibm.rational.security.PasswordCrypt
클래스를 로드하고 비밀번호를 암호화하십시오.
명령 구문은 다음과 같습니다.
Usage: java -classpath cqregistry.jar com.ibm.rational.security.PasswordCrypt [-options] [password]
where options include:
-? -help print this help message
-genkey generate a new key
-encrypt encrypt the given password (in clear text)
-decrypt decrypt the given password (encoded in hexadecimal)
명령행은 다음과 유사해야 합니다. 여기서 admin은 암호화될 비밀번호로 주어집니다.
Windows: