in reply to user authentication using unix password file
You'll find the Authen::PAM module helpful if your system supports PAM (Pluggable Authentication Modules). Otherwise, Crypt::PasswdMD5 might be useful, as well as looking up the documentation for what fields are in /etc/shadow.
If your system uses shadow passwords it is likely that your script will need to have root access. Regardless, you have a serious security issue if people can try to brute-force passwords on your system through your script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: user authentication using unix password file
by tye (Sage) on Jun 11, 2001 at 21:31 UTC |