You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's very possible that I'm missing something, but I can't seem to figure out what to modify to specify a domain for NTLM AUTH.
I found that savon.client defaults to local machine unless a domain is specified, but there's no option for domain in ActiveSP::Connection... I was going to try to hard code it, but I'm not finding the call to savon.client... Tried modifying ntlm_http.rb too (just to test), but no dice.
Does this functionality not exist? Thanks in advance
The text was updated successfully, but these errors were encountered:
I remember that we needed this once, but I don't remember if and how we solved it. Maybe it was something simple like specifying the username as domain\username.
Can you try the version in the with_custom_props branch (unless you're already doing so)? That seems to contain the latest updates we did to the library.
It's very possible that I'm missing something, but I can't seem to figure out what to modify to specify a domain for NTLM AUTH.
I found that savon.client defaults to local machine unless a domain is specified, but there's no option for domain in ActiveSP::Connection... I was going to try to hard code it, but I'm not finding the call to savon.client... Tried modifying ntlm_http.rb too (just to test), but no dice.
Does this functionality not exist? Thanks in advance
The text was updated successfully, but these errors were encountered: