Type:
Class
Constants:
DEFAULT_PORT
:
389
A Default port of 389 for URI::LDAP
COMPONENT
:
[
:scheme,
:host, :port,
:dn,
:attributes,
:scope,
:filter,
:extensions,
].freeze
An Array of the available components for URI::LDAP
SCOPE
:
[
SCOPE_ONE = 'one',
SCOPE_SUB = 'sub',
SCOPE_BASE = 'base',
].freeze
Scopes available for the starting point.
-
SCOPE_BASE - the Base DN
-
SCOPE_ONE - one level under the Base DN, not including the base DN and
not including any entries under this.
-
SCOPE_SUB - subtress, all entries at all levels
LDAP URI SCHEMA (described in RFC2255) Methods