Configuration provides the default settings required for ActiveLdap to work with your LDAP server. All of these settings can be passed in at initialization time.
# File lib/active_ldap/configuration.rb, line 20 def self.included(base) base.extend(ClassMethods) end