Skip to content

Commit

Permalink
Merge pull request #415 from alexjfisher/docs
Browse files Browse the repository at this point in the history
Document `connect_timeout` in Constructor Details
  • Loading branch information
HarlemSquirrel authored Jun 6, 2023
2 parents 06acd16 + e7896d8 commit 46c7d9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/net/ldap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,8 @@ def self.result2string(code) #:nodoc:
# server says it supports them. This is a fix for MS Active Directory
# * :instrumentation_service => An object responsible for instrumenting
# operations, compatible with ActiveSupport::Notifications' public API.
# * :connect_timeout => The TCP socket timeout (in seconds) to use when
# connecting to the LDAP server (default 5 seconds).
# * :encryption => specifies the encryption to be used in communicating
# with the LDAP server. The value must be a Hash containing additional
# parameters, which consists of two keys:
Expand Down

0 comments on commit 46c7d9e

Please sign in to comment.