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 9bf1f30 commit 8be5224Copy full SHA for 8be5224
lib/net/ldap.rb
@@ -30,11 +30,9 @@ class LDAP
30
require 'net/ldap/auth_adapter'
31
require 'net/ldap/auth_adapter/simple'
32
require 'net/ldap/auth_adapter/sasl'
33
-require 'net/ldap/auth_adapter/gss_spnego'
34
35
Net::LDAP::AuthAdapter.register([:simple, :anon, :anonymous], Net::LDAP::AuthAdapter::Simple)
36
Net::LDAP::AuthAdapter.register(:sasl, Net::LDAP::AuthAdapter::Sasl)
37
-Net::LDAP::AuthAdapter.register(:gss_spnego, Net::LDAP::AuthAdapter::Sasl)
38
39
# == Quick-start for the Impatient
40
# === Quick Example of a user-authentication against an LDAP directory:
0 commit comments