summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector/ldap.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-62/+62
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-3/+3
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-3/+3
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Partial reversion of patch for #3088 to fix #3104 (Exception misreported)Markus Roberts2010-01-241-1/+1
* Fix for #3088 (catching Exception also traps SystemExit)Markus Roberts2010-01-241-0/+2
* Fixed ldap typo againJames Turnbull2009-11-151-1/+1
* Fix for #2661 and related issuesMarkus Roberts2009-11-131-1/+1
* Fixed typo in lib/puppet/indirector/ldap.rbJames Turnbull2009-10-271-1/+1
* Revised partial fix for #2661 and related issuesMarkus Roberts2009-10-271-2/+2
* Switching the ldap terminus to use Util::Ldap::Connection.Luke Kanies2008-07-011-14/+5
* Added a 'search' method to the ldap node terminus.Luke Kanies2008-07-011-12/+7
* The LDAP Node terminus now searches for the fqdn, short name, and default.Luke Kanies2008-06-151-5/+7
* Ported the rest of the indirection terminuses over toLuke Kanies2008-04-081-2/+2
* Adding the last tests for the ldap node terminus. I managedLuke Kanies2007-09-221-2/+2
* All indirections are working, and they have allLuke Kanies2007-09-221-0/+90