Overview #
A value of the Bit String syntax is a sequence of binary digits. The LDAP-specific encoding of a value of this syntax is defined by the following ABNF:BitString = SQUOTE *binary-digit SQUOTE "B" binary-digit = "0" / "1"The <SQUOTE> rule is defined in RFC 4512.
Example: '0101111101'B
The LDAP OID for Bit String is: 1.3.6.1.4.1.1466.115.121.1.6
This syntax corresponds to the BIT STRING ASN.1 type from ASN.1.