We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60edf55 commit b56450dCopy full SHA for b56450d
lib/net/ldap/auth_adapter/gss_spnego.rb
@@ -29,7 +29,7 @@ def bind(auth)
29
t3_msg.serialize
30
}
31
32
- Net::LDAP::AuthAdapter.new(@connection).
+ Net::LDAP::AuthAdapter::Sasl.new(@connection).
33
bind(:method => :sasl, :mechanism => "GSS-SPNEGO",
34
:initial_credential => NTLM::Message::Type1.new.serialize,
35
:challenge_response => nego)
0 commit comments