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
https://github.com/WinRb/Viewpoint/blob/master/lib/ews/ews_client.rb#L30 says that in order to use NTLM/negotiate, "you do not need to pass this parameter" (said of user and password). However, if I try to run Viewpoint::EWSClient.new(endpoint) I get an error when the code tries to call nil.dup.
Is the heredoc incorrect here or is the code making a bad assumption about user/password always being passed?
The text was updated successfully, but these errors were encountered:
https://github.com/WinRb/Viewpoint/blob/master/lib/ews/ews_client.rb#L30 says that in order to use NTLM/negotiate, "you do not need to pass this parameter" (said of user and password). However, if I try to run
Viewpoint::EWSClient.new(endpoint)
I get an error when the code tries to callnil.dup
.Is the heredoc incorrect here or is the code making a bad assumption about user/password always being passed?
The text was updated successfully, but these errors were encountered: