in reply to Re^2: Authorizing with NTLM - Problem Domain
in thread Authorizing with NTLM - Problem Domain
I don't know anything about Authen::NTLM, and the docs aren't really helpful here, but the thread linked to in the AM post shows the method being used as $ua->credentials('10.1.1.1:80', '', 'myDomain\\user', 'password');. What is your $Options->{'user'}, have you tried my $Options = { user => 'Domain\\UsernameIsHere', ...?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Authorizing with NTLM - Problem Domain
by Feneden (Acolyte) on May 18, 2018 at 08:52 UTC | |
by haukex (Archbishop) on May 18, 2018 at 08:58 UTC |