in reply to Re: Authorizing with NTLM - Problem Domain
in thread Authorizing with NTLM - Problem Domain
Hey
not really... I mean, I alreday tried it like this:
$ua->credentials($Options->{'domain'}, '', $Options->{'user'}, $Options->{'password'});and this:
ntlm_domain($Options->{'domain'}); ntlm_user($Options->{'user'}); ntlm_password($Options->{'password'}); my $Authorization = Authen::NTLM::ntlm();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Authorizing with NTLM - Problem Domain
by haukex (Archbishop) on May 18, 2018 at 08:47 UTC | |
by Feneden (Acolyte) on May 18, 2018 at 08:52 UTC | |
by haukex (Archbishop) on May 18, 2018 at 08:58 UTC |