Closed
Bug 2167
Opened 26 years ago
Closed 20 years ago
RFE: Add a synchronization method to Entry::
Categories
(Directory :: PerLDAP, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: leif, Assigned: leif)
Details
We need a simple way to synchronize two LDAP entries. Perhaps something like
$entry->synchronize($oldEntry);
We'll need to have some options/arguments to handle conflicts. Some alternatives
are:
1. Always prioritize the old value.
2. Only get the old value if the new entry doesn't have the value already. This
is a "join" of the two entries attibutes.
3. Like #2, but only if old entry doesn't have a value at all for the attr.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
This is for either v1.5 or v2.0.
Assignee | ||
Updated•26 years ago
|
Summary: Add a synchronization method to Entry:: → RFE: Add a synchronization method to Entry::
Assignee | ||
Updated•26 years ago
|
Priority: P2 → P5
Assignee | ||
Updated•20 years ago
|
Priority: P5 → P3
Assignee | ||
Comment 2•20 years ago
|
||
Not for PerLDAP, can be done outside easily.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•