Merge pull request #3 from dulanov/master

Incorrect response with return_result=false in Net::LDAP.search
This commit is contained in:
Rory O'Connell 2011-05-29 13:54:56 -07:00
commit 7dd6c3a107

View file

@ -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