Hello,

The question may has been asked already but i can't find it in the forums so ...

I'd like to use the Modify-Increment to generate unique identifier in LDAP http://tools.ietf.org/html/rfc4525
For this, i need to be able to use the "increment" order and be able to do a pre read or post read in order to get an atomic modify/read.

I've seen it's possible with UnboundId (like in this example : https://code.google.com/p/ldap-sampl...ementDemo.java)

I was wondering if it's possible with Spring-LDAP.
At first sight, it seems that it's not possible. At least with an "out-of-the-box" Spring-LDAP.
Does anyone has already been alble to use the modify/increment with Spring-LDAP ? Maybe with some code modification in Spring-LDAP ?

Thanks.


Laurent