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 4358f9c commit 17d3201Copy full SHA for 17d3201
lib/net/ldap.rb
@@ -684,8 +684,8 @@ def search(args = {})
684
when ResultStrings.key("Success")
685
# everything good
686
result_set
687
- when ResultStrings.key("Size Limit Exceeded")
688
- # LDAP: Size limit exceeded
+ when ResultStrings.key("Size Limit Exceeded"), ResultStrings.key("Time Limit Exceeded")
+ # LDAP: Size/Time limit exceeded
689
# This happens when we use size option and results are truncated
690
# Still we need to return user results
691
0 commit comments