Skip to content

Commit 3c2c5e6

Browse files
author
Jerry Cheung
committed
document the default
1 parent 8048c5d commit 3c2c5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/ldap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def open
609609
# Net::LDAP::SearchScope_WholeSubtree. Default is WholeSubtree.)
610610
# * :size (an integer indicating the maximum number of search entries to
611611
# 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)
612+
# * :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)
613613
# * :deref (one of: Net::LDAP::DerefAliases_Never, Net::LDAP::DerefAliases_Search,
614614
# Net::LDAP::DerefAliases_Find, Net::LDAP::DerefAliases_Always. Default is Never.)
615615
#

0 commit comments

Comments
 (0)