I downloaded util-linux-2.12b package and and built it. I need to use the login utility in the login-utils folder.
But after running it, it gives a "Login incorrect" for every user even with correct username/password.
Now it seems the utility is not working with /etc/shadow passowrds.
if I disable the shadow passwords by
#pwunconv
Its is working fine, while after enabling it with
#pwconv
It stops working again. :(