# File lib/puppet/util/ldap/connection.rb, line 33
33:     def close
34:         connection.unbind if connection.bound?
35:     end