Class | OmniAuth::Strategies::LDAP::Adaptor |
In: |
lib/omniauth/strategies/ldap/adaptor.rb
|
Parent: | Object |
VALID_ADAPTER_CONFIGURATION_KEYS | = | [:host, :port, :method, :bind_dn, :password, :try_sasl, :sasl_mechanisms, :uid, :base, :allow_anonymous] |
MUST_HAVE_KEYS | = | [:host, :port, :method, :uid, :base] |
METHOD | = | { :ssl => :simple_tls, :tls => :start_tls, :plain => nil |
base | [R] | |
bind_dn | [RW] | |
connection | [R] | |
password | [RW] | |
uid | [R] |