summaryrefslogtreecommitdiffstats
path: root/spec/unit/provider/user/ldap.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-279/+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
* Bug #3748 LDAP group membershipMatt Robinson2010-02-171-2/+2
| | | | | | | | LDAP group membership comparison was happening on an unsorted string. Sorting the string for now, may want to do something smarter by comparing something other than strings later. Signed-off-by: Matt Robinson <matt@puppetlabs.com>
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
|
* Fixing the user ldap provider testsLuke Kanies2008-07-081-0/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Merge branch 'tickets/0.24.x/1272' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-081-0/+7
|\ | | | | | | | | | | | | Conflicts: CHANGELOG spec/unit/provider/user/ldap.rb
| * Fixed #1272 - ldap group names will be converted to GIDs.Luke Kanies2008-07-071-0/+8
| | | | | | | | | | | | | | Note that this only looks up ldap groups, at this point; if you want to set an ldap user's primary group to a local group, you have to specify the GID. Signed-off-by: Luke Kanies <luke@madstop.com>
* | Fixed #1399 - the ldap user provider knows it can manage passwords.Luke Kanies2008-07-071-0/+4
|/ | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* The ldap user/group providers now work when no users/groups are in ldap yet.Luke Kanies2008-05-211-13/+18
| | | | | Previously, they failed if you tried to get them to autogenerate an id, because they assumed that a result would be returned.
* Intermediate commit so I can move on to other things.Luke Kanies2008-05-201-0/+10
|
* Adding ldap providers for the user and group type.Luke Kanies2008-05-121-0/+252
These providers use posixAccount and posixGroup. This is a collapsed merge, fwiw.