Overview#
Tagged Data (X-NDS_SYNTAX of Net Address) is a LDAPSyntaxes (OID 2.16.840.1.113719.1.1.5.1.12) defined in Draft-sermersheim-nds-ldap-schemaValues in this syntax are encoded according to the following BNF:
taggedData = uint32string "#" octetstringNote that the data portion of the value is represented as an OctetString, which may contain non-printable characters. No character escapement is used in the octetstring.
The following ASN.1 data type is used to represent this syntax when transferred in BER form (see 4.1):
taggedData ::= SEQUENCE { number uint32, data OCTET STRING }
Attributes of this syntax match for equality if the number (using IntegerMatch (2.5.13.14)) and the data matches exactly.
More Information#
There might be more information for this subject on one of the following:- [#1] - Tagged Data
- based on information obtained 2020-06-05