# File lib/active_ldap/adapter/net_ldap.rb, line 56
      def bind_as_anonymous(options={})
        super do
          @bound = false
          execute(:bind, {:name => "bind: anonymous"}, {:method => :anonymous})
          @bound = true
        end
      end