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