Fedora 10 is by default using SHA for encoding passwords in /etc/shadow. You can see this, if the encoded password starts with $6$.
Tamino requires passwords to be encoded with MD5 or Crypt. MD5 encoded passwords are starting with $1$, Crypt encoded have no $ prefix.
To store passwords in the right manner, you must either enable a suitable algorithm under System/Administration/Authentication/Options and then create new passwords or use
echo "UserName:Password" | chpasswd -c MD5
to change the password for an indicidual user.
#webMethods#API-Management#Tamino