+ 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:
parent
3e07125214
commit
a3824392bf
4 changed files with 74 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue