Skip to content

Commit

Permalink
Fix misplaced constant
Browse files Browse the repository at this point in the history
  • Loading branch information
syskill committed Aug 4, 2016
1 parent 4f81ede commit 4ea3982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/net/ldap/auth_adapter/sasl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ module Net
class LDAP
class AuthAdapter
class Sasl < Net::LDAP::AuthAdapter
MaxSaslChallenges = 10

#--
# Required parameters: :mechanism, :initial_credential and
# :challenge_response
Expand Down
1 change: 0 additions & 1 deletion lib/net/ldap/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class Net::LDAP::Connection #:nodoc:
DefaultConnectTimeout = 5

LdapVersion = 3
MaxSaslChallenges = 10

# Initialize a connection to an LDAP server
#
Expand Down

0 comments on commit 4ea3982

Please sign in to comment.