Module ActiveLdap::Operations::Common
In: lib/active_ldap/operations.rb

Methods

count   exist?   exists?   search  

Constants

VALID_SEARCH_OPTIONS = [:attribute, :value, :filter, :prefix, :classes, :scope, :limit, :attributes, :sort_by, :order, :connection, :base]

Public Instance methods

exists?(dn, options={})

Alias for exist?

[Validate]