summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/ldap.rb
Commit message (Collapse)AuthorAgeFilesLines
* maint: remove inaccurate copyright and license statements.Daniel Pittman2011-08-181-3/+0
| | | | | | | | | | | For a while Luke, and other authors, injected a created tag, copyright statement, and "All rights reserved" into every new file they added to the Puppet project. This isn't really true, and we have a global license covering the code, so we have now stripped out all those old tags. Signed-off-by: Daniel Pittman <daniel@puppetlabs.com>
* Adding ldap providers for the user and group type.Luke Kanies2008-05-121-0/+5
These providers use posixAccount and posixGroup. This is a collapsed merge, fwiw.