We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06acd16 + e7896d8 commit 46c7d9eCopy full SHA for 46c7d9e
lib/net/ldap.rb
@@ -480,6 +480,8 @@ def self.result2string(code) #:nodoc:
480
# server says it supports them. This is a fix for MS Active Directory
481
# * :instrumentation_service => An object responsible for instrumenting
482
# operations, compatible with ActiveSupport::Notifications' public API.
483
+ # * :connect_timeout => The TCP socket timeout (in seconds) to use when
484
+ # connecting to the LDAP server (default 5 seconds).
485
# * :encryption => specifies the encryption to be used in communicating
486
# with the LDAP server. The value must be a Hash containing additional
487
# parameters, which consists of two keys:
0 commit comments