Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ↵ | James Turnbull | 2009-02-26 | 1 | -2/+2 |
| | | | | semicolons | ||||
* | Fixed #1521 -- ldap user and group are now used with the default connection | Luke Kanies | 2008-09-17 | 1 | -1/+11 |
| | | | | | | when available. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Ensure that we consistently use either string #{} interpolation or String.% | Daniel Pittman | 2008-08-01 | 1 | -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.rb | James Turnbull | 2008-07-04 | 1 | -1/+0 |
| | |||||
* | Adding an 'instance' class method to ldap connections. | Luke Kanies | 2008-07-01 | 1 | -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 Kanies | 2008-05-12 | 3 | -0/+383 |
These providers use posixAccount and posixGroup. This is a collapsed merge, fwiw. |