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