in reply to Using Unix passwd/shadow to authenticate in perl
- Indeed. On Linux, you will only get the (encrypted)
password if you run your program with root permissions,
as that's the only UID that can read /etc/shadow.
- 'perldoc -f crypt' has an example.
Abigail