module Net::BER::Extensions::Array
def to_ber_appsequence(id = 0)
This note probably belongs elsewhere.
#to_ber_contextspecific for full LDAP server compatibility.
practice, we may need to change calls of #to_ber_appsequence to
same. This behaviour appears to violate the RFCs. In real-world
context-specific constructed sequences (0xA0); other clients may do the
application constructed sequences (0x60). However, ldapsearch sends some
as earlier RFCs 1777 and 2559 seem to indicate that LDAP only has
Implementor's note 20100320(AZ): RFC 4511 (the LDAPv3 protocol) as well
--
this method.
values in the Array are expected to be in BER format pr prior to calling
value that is meaningful to the particular protocol being used. All
Converts an Array to an application-specific sequence, assigned a tag
#
def to_ber_appsequence(id = 0) # The application sequence tag always starts from the application flag # (0x40) and the constructed flag (0x20). to_ber_seq_internal(0x60 + id) end