module LDAP

Defined in:

ldap.cr
ldap/entry.cr
ldap/modification.cr

Constant Summary

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

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

Class Method Summary

Class Method Detail

def self.app_sequence(data : Enumerable(ASN1::BER), tag) : ASN1::BER #

[View source]
def self.context_sequence(data : Enumerable(ASN1::BER), tag) : ASN1::BER #

[View source]
def self.sequence(data : Enumerable(ASN1::BER), tag_class : TagClass = TagClass::Universal, tag : Int | UniversalTags = UniversalTags::Sequence, constructed : Bool = true) : ASN1::BER #

[View source]
def self.set(data : Enumerable(ASN1::BER)) : ASN1::BER #

[View source]