module

LDAP

Constants

Log = ::Log.for("ldap")
PROTOCOL_VERSION = 3

The LDAP protocol version spoken by this client (RFC 4511 — LDAPv3), sent in every BindRequest.

Class methods

app_sequence(data : Enumerable(ASN1::BER), tag) : ASN1::BER
Source
context_sequence(data : Enumerable(ASN1::BER), tag) : ASN1::BER
Source
sequence(data : Enumerable(ASN1::BER), tag_class : TagClass = TagClass::Universal, tag : Int | UniversalTags = UniversalTags::Sequence, constructed : Bool = true) : ASN1::BER
Source

Nested types