Sha256: 86e6174193de15a1487f58f691867da85901fe35c74562b2c773de426145f1e7

Contents?: true

Size: 1.28 KB

Versions: 36

Compression:

Stored size: 1.28 KB

Contents

- [1.1.x] add :readonly option to :has_many.
- Work as framework on Rails.
- How to support dSCorePropagationData? ignore it?
  all systemOnly == "TRUE" attribute can be ignored?
- Add parsing position to DistinguishedNameInvalid error like
  <NAME=VALUE,INVALID_HERE>@<REST=INPUT>.
- Support TLS optioins (e.g. CA certification file and so on)
- 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

36 entries across 36 versions & 3 rubygems

Version Path
activeldap-7.2.1 TODO
activeldap-7.2.0 TODO
activeldap-7.0.0 TODO
activeldap-6.1.0 TODO
activeldap-6.0.4 TODO
activeldap-6.0.3 TODO
activeldap-6.0.2 TODO
activeldap-6.0.1 TODO
activeldap-6.0.0 TODO
activeldap-5.2.4 TODO
activeldap-5.2.3 TODO
activeldap-5.2.2 TODO
activeldap-5.2.1 TODO
activeldap-5.2.0 TODO
activeldap-5.1.1 TODO
activeldap-5.1.0 TODO
activeldap-3.2.3 TODO
powerhome-activeldap-3.2.3 TODO
activeldap-4.0.6 TODO
activeldap-4.0.5 TODO