First off, I am not a c programmer, but I'm tasked with finding if something is even possible.
We have an application that prompts a user for password on login. There is backend c code that validates this password against the user's unix password.
Unfortunately, we now need the capability to allow the user to change their password from the application. The user's do not currently have telnet capability.
Can a c program be written that would allow this application to modify the unix password - if so, any ideas on where I can crib some code?
Thanks in advance,
Michael
We have an application that prompts a user for password on login. There is backend c code that validates this password against the user's unix password.
Unfortunately, we now need the capability to allow the user to change their password from the application. The user's do not currently have telnet capability.
Can a c program be written that would allow this application to modify the unix password - if so, any ideas on where I can crib some code?
Thanks in advance,
Michael