Merge pull request #3 from dulanov/master
Incorrect response with return_result=false in Net::LDAP.search
This commit is contained in:
commit
7dd6c3a107
|
@ -642,7 +642,7 @@ class Net::LDAP
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@result == 0 and result_set
|
result_set || @result == 0
|
||||||
end
|
end
|
||||||
|
|
||||||
# #bind connects to an LDAP server and requests authentication based on
|
# #bind connects to an LDAP server and requests authentication based on
|
||||||
|
|
Loading…
Reference in a new issue