summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/ldap/connection.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-169/+0
| | | | | | | | | Some spec files like active_record.rb had names that would confuse the load path and get loaded instead of the intended implentation when the spec was run from the same directory as the file. Author: Matt Robinson <matt@puppetlabs.com> Date: Fri Jun 11 15:29:33 2010 -0700
* Fixing 2907 rspec crash when spec/unit/application/puppetrun.rb is run after ↵Jesse Wolfe2009-12-111-1/+1
| | | | | | | | | spec/unit/util/ldap/connection.rb the ldap/connection spec creates a mock LDAP class that causes `require 'ldap'` to explode. If `require 'ldap'` happens first, then we're OK. Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
* Fixed #1521 -- ldap user and group are now used with the default connectionLuke Kanies2008-09-171-0/+13
| | | | | | when available. Signed-off-by: Luke Kanies <luke@madstop.com>
* Adding an 'instance' class method to ldap connections.Luke Kanies2008-07-011-0/+42
| | | | | 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-121-0/+114
These providers use posixAccount and posixGroup. This is a collapsed merge, fwiw.