I'm writing an application for RH7.1 Linux which should require authentication against user shell account. Instead of writing my own script to parse both the /etc/passwd and /etc/shadow to compare username and MD5 passwords, I'd like to find an application/service which already does this. I could wrap my application around this pre-existing service.
How does telnet, ssh, and etc run username/passwd checks? Don't they wrap around a pre-existing service? Or do they REALLY do all this parsing by their lonely old selves?
Does anybody know of a service to authenticate against user shell login/passwds which I can use??
Anybody, Anybody?
Thanks!!!
How does telnet, ssh, and etc run username/passwd checks? Don't they wrap around a pre-existing service? Or do they REALLY do all this parsing by their lonely old selves?
Does anybody know of a service to authenticate against user shell login/passwds which I can use??
Anybody, Anybody?
Thanks!!!