Class: ActiveLdap::Adapter::Ldap::Method::Base
- Inherits:
-
Object
- Object
- ActiveLdap::Adapter::Ldap::Method::Base
- Defined in:
- lib/active_ldap/adapter/ldap.rb
Instance Method Summary collapse
Instance Method Details
#ssl? ⇒ Boolean
17 18 19 |
# File 'lib/active_ldap/adapter/ldap.rb', line 17 def ssl? false end |
#start_tls? ⇒ Boolean
21 22 23 |
# File 'lib/active_ldap/adapter/ldap.rb', line 21 def start_tls? false end |