Added Net::LDAP::Filter.parse_ber and associated helper methods and tests.

This commit is contained in:
blackhedd 2007-05-05 02:44:32 +00:00
parent bc1129fcf1
commit da882af074
4 changed files with 143 additions and 16 deletions

View file

@ -311,6 +311,8 @@ module Net
2 => :array, # SearchFilter-NOT
3 => :array, # Seach referral
4 => :array, # unknown use in Microsoft Outlook
5 => :array, # SearchFilter-GE
6 => :array, # SearchFilter-LE
7 => :array, # serverSaslCreds
}
}