I've got a script (runs as root) that needs the crypt'd passwd entry for a user. Using the getpwnam() function, all I get is the 'x' (from /etc/passwd). I really need the long hash from /etc/shadow. Is there a trick, or do I need a 'shadow password' Perl module?
My Perl version is: 5.8.0
-thanks
My Perl version is: 5.8.0
-thanks