EctoLdap
Ecto Adapter for LDAP
TODO
- Implement attribute updates
- Implement connection pool upon adapter startup
Installation
If available in Hex (currently unavailable), the package can be installed as:
Add ecto_ldap to your list of dependencies in
mix.exs:def deps do
[{:ecto_ldap, "~> 0.0.1"}]end
Ensure ecto_ldap is started before your application:
def application do
[applications: [:ecto_ldap]]end