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

Methods

find  

Public Instance methods

find

Finds the first match for value where |value| is the value of some |field|, or the wildcard match. This is only useful for derived classes. usage: Subclass.find(:attribute => "cn", :value => "some*val")

       Subclass.find('some*val')

[Validate]