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 }'
Cheers, Daniel