summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/ldap
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ↵James Turnbull2009-02-261-2/+2
| | | | semicolons
* Fixed #1521 -- ldap user and group are now used with the default connectionLuke Kanies2008-09-171-1/+11
| | | | | | when available. Signed-off-by: Luke Kanies <luke@madstop.com>
* Ensure that we consistently use either string #{} interpolation or String.%Daniel Pittman2008-08-011-1/+1
| | | | | | | interpolation, not both, to avoid issues where a #{} interpolated value contains a % character. Signed-off-by: Daniel Pittman <daniel@rimspace.net>
* Removed debugging from lib/puppet/util/ldap/connection.rbJames Turnbull2008-07-041-1/+0
|
* Adding an 'instance' class method to ldap connections.Luke Kanies2008-07-011-0/+13
| | | | | This just returns a Connection instance with the default ldap configuration information already provided.
* Adding ldap providers for the user and group type.Luke Kanies2008-05-123-0/+383
These providers use posixAccount and posixGroup. This is a collapsed merge, fwiw.