+ Adds a specification for the new ldap extensible filter

I am not sure about this, since I haven't been able to find
documentation about what this does. This should work, though.

Cleanup of comments and exceptions, adds specification for
Filter.ex and a parser method.
This commit is contained in:
Kaspar Schiess 2010-03-22 15:17:26 +01:00
parent 3e07125214
commit a3824392bf
4 changed files with 74 additions and 2 deletions

View file

@ -102,7 +102,7 @@ module Net
n.ber_identifier = id
n
else
raise BerError.new( "unsupported object type: id=#{id}" )
raise BerError, "unsupported object type: id=0x#{id.to_s(16)}"
end
obj