|
The routines you need are in . You can find them on a Linux system
with "man shadow."
I think the main routine you want is getspent(). This gets the shadow
password entry and lets you compare things as you desire. Read through that
man page -- it includes the data structures in all their gory detail.
For more information on this topic, visit these other SearchSecurity resources:
Best Web Links: Passwords/Authentication
Ask the Expert: What is password shadowing?
Best Web Links: Securing Linux
|