module Treequel::Constants
A collection of constants that are shared across the library
Constants
- CONTROL_NAMES
- CONTROL_OIDS
Names and OIDs of various controls, in OID order
- EXTENSION_NAMES
- EXTENSION_OIDS
Names and OIDs of
LDAP
extensions, in OID order- FEATURE_NAMES
- FEATURE_OIDS
Names and OIDs of
LDAP
features, in OID order- MINIMAL_OPERATIONAL_ATTRIBUTES
The list of RFC4512 operational attributes that “SHOULD” be maintained. (tools.ietf.org/html/rfc4512#section-3.4)
- SCOPE
Mapping of various symbolic names to
LDAP
integer LDAP_SCOPE_* values. Valid values are::onelevel, :one, :base, :subtree, :sub
- SCOPE_NAME
Mapping of
LDAP
integer scope (LDAP_SCOPE_*) values to their names.