ruby-net-ldap
ruby-net-ldap copied to clipboard
No boolean return value when :return_result => false and the result set is empty
The search returns always an object of type Net::LDAP::PDU - no matter whether the result set empty or not. Thats a bug according the documentation.
@schaary think it's worth throwing a test together to reproduce this?
yes ;)