I'm trying to authenticate Linux users. My system is using MD5 shadow without PAM. I tried an unit that generates MD5 encryption, but I don't know how to compare the passwords because in /etc/shadow they are 32-chars and MD5 unit generates 32-digit hexa passwords. Helio