Peter:

        Heya. You should be able to run that utility like any other
command line script:

% ./echo-passwd-util

        Does that return an error? If so, you can also generate crypt
hashes with a simple perl command:

% perl -e 'print crypt(password,ab),"\n";'

        Replace "password" with what you want the password to be,
and pick any random characters for the "ab" salt string (whatever
you pick will end up as the first two characters of the resulting
hash).

        Hope that helps!

-Scott


On May 19, 2006, at 8:47 AM, Peter White wrote:

Hi,

I tested the windows version of echoServer and think it’s great. Now I am trying to set up the Linux version. I cannot get echo-passwd-util to do anything. Can somebody please tell me how to use this utility? ( btw I am new to Linux so might be overlooking something simple)



Thanks

Peter White





-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Echovnc-users mailing list
Echovnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/echovnc-users

Reply via email to