It's all about the answers!

Ask a question

RQM User Administration in a non-LDAP environment?


Jeffrey Neau (11112313) | asked Nov 10 '09, 9:52 a.m.
RQM 2.X

How does a user change their own password?

How does an admin change a user's password?

One answer



permanent link
Darryl Parker (11) | answered Nov 18 '09, 10:18 p.m.
RQM 2.X

How does a user change their own password?

How does an admin change a user's password?



You may want to take a look at the digest.bat utility in:

..\server\tomcat\bin\digest.bat

Usage: RealmBase -a <algorithm> <credentials>

With the default tomcat configuration in a Windows installation

digest.bat -a SHA-1 <password>

will give an encrypted password that can then be pasted into the tomcat-users.xml file to replace/change a password.

To confirm the algorithm, examine the output for a known password.

There's some additional information on the native utility at:
http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#Digested%20Passwords

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.