Sha256: d3fe7c165e2d36b28bd08283ba2a603c8d8501e4723fd8c84b8fc6f510466fef

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 KB

Contents

- [1.1.x] ActiveLdap::Base#dn returns ActiveLdap::DN. [#23932] [Marc Dequènes]
- 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

2 entries across 2 versions & 1 rubygems

Version Path
activeldap-1.0.9 TODO
activeldap-1.0.2 TODO