Bug #12
Fix JDBC code to fit latest LDAP2LDAP evolution
| Status: | Closed | Start: | 02/01/2009 | |
|---|---|---|---|---|
| Priority: | Urgent | Due date: | ||
| Assigned to: | Sébastien Bahloul | % Done: | 100% |
|
| Category: | Core | |||
| Target version: | 1.1.0 | |||
| Problem in version: |
Description
As the latest implementation of the ldap2ldap code has broken severeals main features of the db2ldap (generations, services, ...), a major refactoring has been needed. While solving this issue, one important but impactless (i hope !) have been done on ISrcService : the following method :
LscObject getObject(LscAttributes obj)
has been modified to give also the object id in the following declaration
LscObject getObject(Entry<String, LscAttributes> obj)
History
Updated by Sébastien Bahloul over 1 year ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100