# File lib/active_ldap/adapter/jndi_connection.rb, line 93
      def sasl_bind(bind_dn, mechanism, quiet)
        setup_context(bind_dn, password, mechanism)
        bound?
      end