Class | Net::NTLM::Message::Type2 |
In: |
lib/net/ntlm/message/type2.rb
|
Parent: | Message |
@private false
Generates a Type 3 response based on the Type 2 Information @return [Type3] @option arg [String] :username The username to authenticate with @option arg [String] :password The user‘s password @option arg [String] :domain (’’) The domain to authenticate to @option opt [String] :workstation (Socket.gethostname) The name of the calling workstation @option opt [Boolean] :use_default_target (false) Use the domain supplied by the server in the Type 2 packet @note An empty :domain option authenticates to the local machine. @note The :use_default_target has precedence over the :domain option