# File lib/active_ldap/adapter/ldap.rb, line 61
      def bound?
        connecting? and @connection.bound?
      end