lib/ldap/net_ldap_facade.rb in dm-ldap-adapter-0.3.2 vs lib/ldap/net_ldap_facade.rb in dm-ldap-adapter-0.3.3
- old
+ new
@@ -61,10 +61,10 @@
# @param treebase the treebase of the search
# @param key_fields Array of fields which carries the integer unique id(s) of the entity
# @param Array of conditions for the search
# @return Array of Hashes with a name/values pair for each attribute
- def read_objects(treebase, key_fields, conditions, field_names)
+ def read_objects(treebase, key_fields, conditions, field_names, order_field = nil)
filters = []
conditions.each do |cond|
c = cond[2]
case cond[0]
when :or_operator