Boolean

Is used for attributes whose values represent true (1) or false (0).

Syntax ID

#define SYN_BOOLEAN 7

LDAP Name

Boolean

ASN1.ID

1.3.6.1.4.1.1466.115.121.1.7

API Data Structure

typedef nuint8 Boolean_T;

Transfer Format

uint32    Length = 1 
BYTE      Content

LDAP Format

boolean = "TRUE" / "FALSE"

Matching Rules

Remarks

For help in understanding the syntax definition template, see Reading Syntax Definitions.

Two boolean attributes match for equality if they are both TRUE or both FALSE.

TRUE is represented as one (1), while FALSE is represented as zero (0).

Any attribute defined using this syntax is single-valued.

Used In