Hello,

gen_ha1 (openser_gen_ha1) can be replaced by using some other common tools on unix/linux.

gen_ha1 user realm password

is the same as:

echo -n 'user:realm:password' | md5sum | awk  '{ print $1 }

I would suggest to remove the code for gen_ha1 from openser, the question is: are you aware that on some distros md5sum cannot be found?

awk is already used by all scripts that use gen_ha1, so this should not be a problem.

Cheers,
Daniel

_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to