Justin Coyne
Justin Coyne
It looks like I can work around this by adding: ``` Body(nil). ```
I think this might be because your LDAP has `groupofnames` where devise-ldap expects `groupOfUniqueNames`
Here's the code where its searching for `uniqueMember` rather than `member` (which is what you need): https://github.com/cschiewek/devise_ldap_authenticatable/blob/master/lib/devise_ldap_authenticatable/ldap/connection.rb#L173
This story is the same as https://github.com/cschiewek/devise_ldap_authenticatable/issues/185
I'm hitting this too. Please merge.
Here's an example of how I've addressed this problem in another gem: https://github.com/projectblacklight/blacklight/blob/master/lib/generators/blacklight/assets_generator.rb#L12-L25
@zzak this PR: https://github.com/amatsuda/kaminari/pull/636 is a rebased version of #322
I would love to see a release in the short term. I'm really happy with where it is right now. Thanks for all your hard work. @tpendragon do you have...
That sounds like the right thing to do @vuongpd95. Please make a PR.
@Znow he said: > This problem has occurred with version 1.0.7, 1.0.8, 1.0.9, 1.0.10.pre and the newest version.