# File lib/active_ldap/connection.rb, line 111
      def connected?
        active_connections[active_connection_name] ? true : false
      end