Skip to content

peterdavidhamilton/ldap-ber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Encoding Rules for LDAP

The Basic Encoding Rules (BER) are a set of Abstract Syntax Notation One encoding rules that define a specific way in which information may be encoded in a binary form.

This gem contains the BER core extensions from ruby-net-ldap refactored into refinements for use in the rom-ldap gem and the accompanying TestUnit tests have been rewritten in Rspec.

I would like to thank the authors of NET::LDAP for their continued work.