# File lib/active_ldap/adapter/base.rb, line 57 def rebind(options={}) unbind(options) if bound? connect(options) end