I also got into problem recently, though I don't understand
exactly what you are in...

>I tried using the LogonAsUser function and it returns a zero and terminates

"zero" means error!

if (Win32::AdminMisc::LogonAsUser('','another','passwd')) {
  print "Logon OK\n";
} else {
  print "Logon error\n";
}

>saying ".....Completed successfully.."!! I dont understand what the problem

Who says so?

"LogonAsUser" is requires special privilege "functional as a part of computor".

--
[EMAIL PROTECTED]
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to