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
sequence(data : Enumerable(ASN1::BER), tag_class : TagClass = TagClass::Universal, tag : Int | UniversalTags = UniversalTags::Sequence, constructed : Bool = true) : ASN1::BER
Source