diff --git a/lib/net/ldap.rb b/lib/net/ldap.rb index e38e874..105e8ca 100644 --- a/lib/net/ldap.rb +++ b/lib/net/ldap.rb @@ -236,6 +236,9 @@ module Net class LdapError < Exception; end + VERSION = "0.0.1" + + SearchScope_BaseObject = 0 SearchScope_SingleLevel = 1 SearchScope_WholeSubtree = 2