in reply to Authentication Problem - "Logon failure: unknown user name or bad password"

In an attempt to rectify the issue, I did some digging and came across some code that's supposed to create a Win32::API module known as LogonUser.

Um, say no to work :)

I don't know which one you want, but its maybe one of these :) Win32::AdminMisc::LogonAsUser, http://live.sysinternals.com/psexec.exe, Authen::NTLM/LWP::Authen::Ntlm, Win32::IntAuth

  • Comment on Re: Authentication Problem - "Logon failure: unknown user name or bad password"

Replies are listed 'Best First'.
Re^2: Authentication Problem - "Logon failure: unknown user name or bad password"
by B-Man (Acolyte) on Mar 11, 2013 at 15:33 UTC

    I'll check them out. I didn't consider when I posted last week that we have to isolate our test environment from our live environment. We don't have the necessary resources or time to set up a virtual version of our server, so getting authentication would be nice. It'd also allow the code to work in another location instead of just "on the server."

    Yeah, I'll take some of those modules and test them in a small script until one works. I'll integrate anything that works into my spider. Thanks for the feedback!