Class URI::LDAP
In: lib/uri/ldap.rb
Parent: Generic

LDAP URI SCHEMA (described in RFC2255) ldap://<host>/<dn>[?<attrs>[?<scope>[?<filter>[?<extensions>]]]]

Methods

Constants

DEFAULT_PORT = 389
COMPONENT = [ :scheme, :host, :port, :dn, :attributes, :scope, :filter, :extensions, ].freeze
SCOPE = [ SCOPE_ONE = 'one', SCOPE_SUB = 'sub', SCOPE_BASE = 'base', ].freeze

Public Class methods

Public Instance methods

Protected Instance methods

To view or add comments on this documentation, please go to the API wiki.

[Validate]