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