Active Directory in Ruby on rails

Hi All,

What is Active Directory authentication?. How to use in Ruby on rails?.

Regards,

Periyasamy.R

Active Directory (Active Directory - Wikipedia) is Microsoft's implementation of LDAP (Wikipedia, the free encyclopedia LDAP). I use the ruby-net-ldap gem (http://net-ldap.rubyforge.org/) to access it. Comments in the code provide an overview of LDAP, document the methods and provide examples. See lib\net\ldap.rb in the ruby-net-ldap gem directory for authentication.