On 14.10.2009 10:50 Uhr, Jan Janak wrote:
On Tue, Oct 13, 2009 at 7:41 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello,
is gen_ha1 (from utils/gen_ha1) used anywhere in SR? It installs by default.
Doing a recursive grep I couldn't find it. kamctl uses md5sum that comes with most of the distros to get same functionality without installing additional application.
echo -n "username:domain:password" | md2sum | awk '{ print $1 }'
No, I don't think the tool is needed anymore, you can delete it.
it is ok for me to be kept in the source tree, but should not be installed by default if not needed.
Thanks, Daniel