Issue #524 has been updated by Jonathan Clarke.
Nice idea! ---------------------------------------- Bug #524: Enhance sequences handling http://tools.lsc-project.org/issues/524 Author: Raphaël Ouazana Status: Assigned Priority: Normal Assigned to: Raphaël Ouazana Category: Core Target version: 2.0.1 Problem in version: The SequenceFactory does not handle correctly Sequences. The current behavior is the following: 1. read value 2. increment value 3. replace existing value by incremented value The correct behavior should be: 1. read value 2. increment value 3. remove read value and add incremented value (in one atomic LDAP operation) 4. if 3. failed, go back to 1. An alternative solution would be to use RFC 4525, but it is not implemented by all LDAP servers. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

