summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/ldap
Commit message (Expand)AuthorAgeFilesLines
* maint: remove inaccurate copyright and license statements.Daniel Pittman2011-08-182-6/+0
* Code smell: Two space indentationMarkus Roberts2010-07-093-322/+322
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-092-2/+2
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-092-7/+7
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-4/+2
* Code smell: Use string interpolationMarkus Roberts2010-07-092-7/+7
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-6/+6
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* Fixed #1521 -- ldap user and group are now used with the default connectionLuke Kanies2008-09-171-1/+11
* Ensure that we consistently use either string #{} interpolation or String.%Daniel Pittman2008-08-011-1/+1
* 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
* Adding ldap providers for the user and group type.Luke Kanies2008-05-123-0/+383