项目作者: peterdavidhamilton

项目描述 :
Basic Encoding Rules for LDAP
高级语言: Ruby
项目地址: git://github.com/peterdavidhamilton/ldap-ber.git
创建时间: 2020-03-26T22:27:50Z
项目社区:https://github.com/peterdavidhamilton/ldap-ber

开源协议:MIT License

下载


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.