summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/ldap
Commit message (Collapse)AuthorAgeFilesLines
* 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-123-0/+822
These providers use posixAccount and posixGroup. This is a collapsed merge, fwiw.