# File lib/puppet/provider/ldap.rb, line 123 123: def query 124: # Use the module function. 125: unless attributes = manager.find(name) 126: @ldap_properties = {} 127: return nil 128: end 129: 130: @ldap_properties = attributes 131: @ldap_properties.dup 132: end