# File lib/active_ldap/adapter/jndi_connection.rb, line 76
      def unbind
        @tls.close if @tls
        @tls = nil
        @context.close if @context
        @context = nil
      end