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 4f81ede commit 4ea3982Copy full SHA for 4ea3982
lib/net/ldap/auth_adapter/sasl.rb
@@ -4,6 +4,8 @@ module Net
4
class LDAP
5
class AuthAdapter
6
class Sasl < Net::LDAP::AuthAdapter
7
+ MaxSaslChallenges = 10
8
+
9
#--
10
# Required parameters: :mechanism, :initial_credential and
11
# :challenge_response
lib/net/ldap/connection.rb
@@ -7,7 +7,6 @@ class Net::LDAP::Connection #:nodoc:
DefaultConnectTimeout = 5
LdapVersion = 3
- MaxSaslChallenges = 10
12
# Initialize a connection to an LDAP server
13
#
0 commit comments