I''m running Rails 3.09/Ruby 1.8.7, and I''m looking for some advice on how to create models from LDAP servers. I see there is an ActiveLDAP gem floating around out there, but it''s Rails 3 support is only for 3.1rc4. Specifically, I''m trying to compare my user base on one LDAP server to another LDAP server. Thanks, Eric -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Devise + LDAP is a good idea to do it https://github.com/cschiewek/devise_ldap_authenticatable 2011/8/18 Beerlover88 <ericschoville-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> I''m running Rails 3.09/Ruby 1.8.7, and I''m looking for some advice on > how to create models from LDAP servers. I see there is an ActiveLDAP > gem floating around out there, but it''s Rails 3 support is only for > 3.1rc4. Specifically, I''m trying to compare my user base on one LDAP > server to another LDAP server. > > Thanks, > > Eric > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I have had good success using the net-ldap gem (http://rubygems.org/gems/net-ldap). Though you will need to map the attribute values to your model by hand. Long --- On Thu, 8/18/11, Beerlover88 <ericschoville-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: From: Beerlover88 <ericschoville-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Subject: [Rails] LDAP Models To: "Ruby on Rails: Talk" <rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> Date: Thursday, August 18, 2011, 6:24 PM I''m running Rails 3.09/Ruby 1.8.7, and I''m looking for some advice on how to create models from LDAP servers. I see there is an ActiveLDAP gem floating around out there, but it''s Rails 3 support is only for 3.1rc4. Specifically, I''m trying to compare my user base on one LDAP server to another LDAP server. Thanks, Eric -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.