# File lib/active_ldap/adapter/jndi_connection.rb, line 98 def simple_bind(bind_dn, password) setup_context(bind_dn, password, "simple") bound? end