Skip to content

Commit 8be5224

Browse files
committed
GSS SPNEGO is not supported
1 parent 9bf1f30 commit 8be5224

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/net/ldap.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ class LDAP
3030
require 'net/ldap/auth_adapter'
3131
require 'net/ldap/auth_adapter/simple'
3232
require 'net/ldap/auth_adapter/sasl'
33-
require 'net/ldap/auth_adapter/gss_spnego'
3433

3534
Net::LDAP::AuthAdapter.register([:simple, :anon, :anonymous], Net::LDAP::AuthAdapter::Simple)
3635
Net::LDAP::AuthAdapter.register(:sasl, Net::LDAP::AuthAdapter::Sasl)
37-
Net::LDAP::AuthAdapter.register(:gss_spnego, Net::LDAP::AuthAdapter::Sasl)
3836

3937
# == Quick-start for the Impatient
4038
# === Quick Example of a user-authentication against an LDAP directory:

0 commit comments

Comments
 (0)