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