General discussion
-
Topic
-
Win 2003 Authentication via Perl Script
LockedI use to authenticate a unix based application against Win NT using a perl script .
Below is the code I used
********************************
use Win32::AuthenticateUser;
******************************* *I want to know if the above will work for Windows 2003?
If not, then what changes needs to be done?Thanks