in reply to Using Win32::NetAdmin for passwords
Jeremyif( Win32::AdminMisc::UserCheckPassword("", $User, $Password)){ print "Password is correct.\n"; }else{ print "Password is not correct.\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Using Win32::NetAdmin for passwords
by kbradford (Novice) on Jun 16, 2001 at 01:09 UTC | |
by enoch (Chaplain) on Jun 16, 2001 at 01:35 UTC |