clyfe
clyfe
Here's the lookup ``` $ rackup [2010-11-30 13:44:02] INFO WEBrick 1.3.1 [2010-11-30 13:44:02] INFO ruby 1.9.2 (2010-08-18) [i386-mingw32] [2010-11-30 13:44:02] INFO WEBrick::HTTPServer#start: pid=1020 port=9292 / / /.html / /.html //index.html...
I started to update ldap_auth to devise 1.2.1 first. Other than that, main issues upto now are: - if database_authenticatable halts or passes on failure, meaning if the other strategies...
Is anyone familiar with devise's (warden's) strategy try order? It seems that no matter in witch order I put them in the user model the LDAP one always runs first...
Thanks. I mostly got it, should release in a couple of days.
My branch pretty much works with both DB and LDAP at the same time. https://github.com/clyfe/devise_ldap_authenticatable I updated to devise 1.2.1, removed change ldap password feature, added is_ldap field. Check readme.
Let's reopen this.
Any thoughts here?
Can we merge, please?
Is the API stable yet? Would be nice to have this available in cljs.
I have boiled the module system to [this](https://gist.github.com/clyfe/6d281e166f46aa9122fadea71b4ab07f) duct.core extraction, in cljc form. I'm considering publishing it to clojars, unless there's a more official plan for it. Duct core could...