Sha256: 62b1d7695ca9af7722cd8f02f4bdecaedf482b6e1e0404c607fa62eff51a1c42

Contents?: true

Size: 970 Bytes

Versions: 4

Compression:

Stored size: 970 Bytes

Contents

- Provide FormHelper for LDAP entry's attribute to handle multiple values
  (["foo", "bar", ...]) and option value ({"binary" => "..."},
  {"lang-en-us" => "..."})
- Test SASL bind.
- Add result pagination via LDAP::Controls
- serialize & serialized_attributes
- schema mgmt - how does AR handle it?
- columns() -- ?
http://api.rubyonrails.com/classes/ActiveRecord/Base.html#M000865
- provide full documentation for new API.
- handle all exception raised from Ruby/LDAP and wrap as
  ActiveLdap exception. I think we need to develop an
  application using ActiveLdap.
- Add locking around Timeout.alarm() to ensure a multithreaded ruby
  app doesn't hit any race conditions
- Add AR matching exceptions:
* ActiveRecordError -- ActiveLdapError as base
* AssociationTypeMismatch
* SerializationTypeMismatch
* ConnectionNotEstablished
* RecordNotFound
* LdapActionInvalid - like StatementInvalid
* MultiparameterAssignmentErrors
* AttributeAssignmentError
* RecordNotSaved

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
activeldap-0.10.0 TODO
activeldap-0.9.0 TODO
activeldap-1.0.0 TODO
activeldap-1.0.1 TODO