summaryrefslogtreecommitdiffstats
path: root/spec/unit/provider/ldap.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-248/+0
| | | | | | | | | Some spec files like active_record.rb had names that would confuse the load path and get loaded instead of the intended implentation when the spec was run from the same directory as the file. Author: Matt Robinson <matt@puppetlabs.com> Date: Fri Jun 11 15:29:33 2010 -0700
* Adding parameter validation to Puppet::ResourceLuke Kanies2010-02-171-3/+3
| | | | | | | | | | | | | This will allow us to remove all of the parameter validation from the other Resource classes. This is possible because resource types defined in the language are visible outside of the parser, via the environment. This will enable lots of code removal and simplication. Signed-off-by: Luke Kanies <luke@reductivelabs.com>
* Adding ldap providers for the user and group type.Luke Kanies2008-05-121-0/+248
These providers use posixAccount and posixGroup. This is a collapsed merge, fwiw.