Revision bd714351
Added by Marc Dequènes about 15 years ago
- ID bd7143516b6b7a3beb93713f6dfc7752723d0208
lib/ldap_shadows/activeldap_fixes.rb | ||
---|---|---|
@initial_attribute_list ||= self.nonempty_attributes
|
||
end
|
||
end
|
||
|
||
# This is useful with Base.search()
|
||
module Adapter
|
||
class Base
|
||
public :escape_filter_value
|
||
end
|
||
end
|
||
end
|
Also available in: Unified diff
[evol] added search command (working, but items are not recognized yet)