module ActiveLdap::Configuration
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.
Constants
- DEFAULT_CONFIG
Public Class Methods
Source
# File lib/active_ldap/configuration.rb, line 22 def self.included(base) base.extend(ClassMethods) end