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