kbradford has asked for the wisdom of the Perl Monks concerning the following question:
Win32::AdminMisc::UserGetAttributes($server, $user_id, $full_name, $ck +_passwd, $passwordage, $privilege, $homedir, $comment, $flags, $scrip +tpath); %user_rec = ('name' => $user_id, 'password' => $ck_passwd, ); &Verify($server,$user_rec{'name'},$user_rec{'password'});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: Reading Password
by tye (Sage) on Jun 18, 2001 at 18:58 UTC | |
by kbradford (Novice) on Jun 18, 2001 at 19:14 UTC |