Hey everybody,
I'm trying to get the following script to digest
a password for me using SHA:
#!/bin/sh
_CLASSPATH="$CATALINA_HOME"/server/lib/catalina.jar
_CLASSPATH="$_CLASSPATH":"$CATALINA_HOME"/common/lib/jmx.jar
_CLASSPATH="$_CLASSPATH":"$CATALINA_HOME"/bin/commons-logging-api.jar
java -classpath "$_CLASSPATH"
org.apache.catalina.realm.RealmBase -a SHA $1
However, when I run the script, I get this:
[EMAIL PROTECTED] profile.d]# digest.sh secret
Usage: RealmBase -a <algorithm> [-e <encoding>]
<credentials>
It seems like it wants me to specify the encoding, but
the Tomcat documentation does not say what values to
put there, and it says you only need to do this when
using Non-ASCII values for the password.
Does anyone know how to fix this?
Thanks,
- Ole
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]