ecto_ldap
ecto_ldap copied to clipboard
Hi! It seems that [`ecto_ldap`](https://github.com/jeffweiss/ecto_ldap/blob/master/lib/ecto_ldap/adapter.ex#L159) does not map the [`eldap`](http://erldocs.com/current/eldap/eldap.html?i=25&search=lda#open/1) API by taking a list of hosts. This prevents the users from passing a secondary host that would act as...
See: ``` lib/ecto_ldap/adapter/sandbox.ex:121: warning: variable options is unused Compiled lib/ecto_ldap/adapter/sandbox.ex lib/ecto_ldap/adapter.ex:1: warning: undefined behaviour function delete/5 (for behaviour Ecto.Adapter) lib/ecto_ldap/adapter.ex:1: warning: undefined behaviour function embed_id/1 (for behaviour Ecto.Adapter) lib/ecto_ldap/adapter.ex:1: warning:...
When there's a Timex release that contains bitwalker/timex#147, add it as an explicit version dependency, rather than just a `github` dep, so that we're sure to have `{ASN1:GeneralizedTime:Z}` as a...