2. 约定 (Conventions)
本文档中的关键词 "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", 和 "MAY" 按 [RFC2119] 的说明解释.
本文档中的字符名称使用 Unicode Standard [Unicode] 中的 code point 和名称记法. 例如字母 "a" 可以表示为 <U+0061> 或 <LATIN SMALL LETTER A>.
Unicode 中使用的术语表见 [Glossary]. Unicode character encoding model 的信息见 [CharModel].
术语 "transport connection" 指用于承载 protocol exchange 的底层 transport service, 以及这些 service 建立的关联.
术语 "TLS layer" 指提供 security service 时使用的 Transport Layer Security (TLS) service, 以及这些 service 建立的关联.
术语 "SASL layer" 指提供 security service 时使用的 Simple Authentication and Security Layer (SASL) service, 以及这些 service 建立的关联.
术语 "LDAP message layer" 指用于提供 directory service 的 LDAP Message Protocol Data Unit (PDU) service, 以及这些 service 建立的关联.
术语 "LDAP session" 指组合 service 及其关联, 包括 transport connection, TLS layer, SASL layer 和 LDAP message layer.
这些术语的关系图见第 5 节.