Skip to content

Commit 5334dfd

Browse files
committed
Document instrumentation_service param for Net::LDAP.new
1 parent 1829cd6 commit 5334dfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/net/ldap.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@ def self.result2string(code) #:nodoc:
385385
# #encryption for details.
386386
# * :force_no_page => Set to true to prevent paged results even if your
387387
# server says it supports them. This is a fix for MS Active Directory
388+
# * :instrumentation_service => An object responsible for instrumenting
389+
# operations, compatible with ActiveSupport::Notifications' public API.
388390
#
389391
# Instantiating a Net::LDAP object does <i>not</i> result in network
390392
# traffic to the LDAP server. It simply stores the connection and binding

0 commit comments

Comments
 (0)