# File lib/active_ldap/adapter/ldap.rb, line 63
      def unbind(options={})
        super do
          execute(:unbind)
        end
      end