lib/net/ldap.rb in socialcast-net-ldap-0.1.5 vs lib/net/ldap.rb in socialcast-net-ldap-0.1.6
- old
+ new
@@ -244,10 +244,10 @@
# operation (typically binding first) and then disconnect from the server.
# The exception is Net::LDAP#open, which makes a connection to the server
# and then keeps it open while it executes a user-supplied block.
# Net::LDAP#open closes the connection on completion of the block.
class Net::LDAP
- VERSION = "0.1.5"
+ VERSION = "0.1.6"
class LdapError < StandardError; end
SearchScope_BaseObject = 0
SearchScope_SingleLevel = 1