Giter VIP home page Giter VIP logo

ldaptic's People

Contributors

tpope avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ldaptic's Issues

Chainable criteria

Step 1 is a simple criteria constructor:

limit(3).filter(ou: "People")

This could later be expanded to allow dispatching class methods off of criteria:

def self.people
  filter(ou: "People")
end
limit(3).people

Rails-like autoloading

Make it possible to entry subclass extensions in separate files and have them be automatically loaded alongside the namespace in Rails.

Support attribute specific equality matching

Different attributes have different comparison semantics (e.g., case sensitive vs case insensitive). The library should be aware of this so that it doesn't try to persist two equivalents to the same attribute (which would cause a server error).

Active Model validations

This isn't as simple as it seems, as LDAP attributes are inherently multivalued, and Active Model assumes single values. Also, does anyone actually need validations above and beyond what the server provides?

Dirty attributes

The logic is basically there. The API needs to be fleshed out a bit.

Better handling of objectClass changes

Right now, you can assign an arbitrary collection of strings to objectClass, but the internals of Ldaptic assume you have only added or removed an auxiliary class. And if you remove an auxiliary class, the accessors for its attributes disappear immediately, making it trickier to clear out those fields.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.