Skip to content

Commit

Permalink
Removing LDAP API Shim
Browse files Browse the repository at this point in the history
The LDAP identity code had many circular dependecies between
data objects due to the need to look up DNs from ID.   This change
pulls the lookups into the driver layer, and modifies most of the
data objects to take DNs in as their parameters instead. Only objects
that know how to look up their own DNs from thei IDs will continue to
take IDs in, to support the "get" methods.

Change-Id: I0bac360650ccbf72c7ca8317997031420f66e4f3
  • Loading branch information
Adam Young committed Jun 20, 2013
1 parent 7cd0bb0 commit 7ccfac7
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 258 deletions.

0 comments on commit 7ccfac7

Please sign in to comment.