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 8048c5d commit 3c2c5e6Copy full SHA for 3c2c5e6
lib/net/ldap.rb
@@ -609,7 +609,7 @@ def open
609
# Net::LDAP::SearchScope_WholeSubtree. Default is WholeSubtree.)
610
# * :size (an integer indicating the maximum number of search entries to
611
# return. Default is zero, which signifies no limit.)
612
- # * :time (an integer restricting the maximum time in seconds allowed for a search RFC 4511 4.5.1.5)
+ # * :time (an integer restricting the maximum time in seconds allowed for a search. Default is zero, no time limit RFC 4511 4.5.1.5)
613
# * :deref (one of: Net::LDAP::DerefAliases_Never, Net::LDAP::DerefAliases_Search,
614
# Net::LDAP::DerefAliases_Find, Net::LDAP::DerefAliases_Always. Default is Never.)
615
#
0 commit comments