Can you give me any specific details on how to modify the ModifyRequest/ModificationOperation/StoreOperationType? I don't think that I need #2 and, while I know how to do #3, I will only ever be using this code on a system running OpenLDAP which does support the extension out of the box.
Thanks, Frank On Wed, Nov 12, 2014 at 8:24 AM, Emmanuel Lécharny <[email protected]> wrote: > Le 12/11/14 13:55, Frank Crow a écrit : > > Hello all, > > > > Sorry for the duplicate post. It turns out that my work email server > > filters mailing lists. I wouldn't have even known if I hadn't checked > the > > archives this morning. Please disregard the previous thread "modify > > extension". I also realized that I was asking the wrong question after > > Kiran replied. > > > > I would like to implement the "modify-increment" extension (RFC 4525) > using > > the Apache LDAP API. Can anyone give me pointers on how to do that? > There are three aspects to deal with : > > 1) The ModifyRequest has to be modified. More specifcially, the > ModificationOperation class, and the StoreOperationType class. > 2) The Ldif parser has to be modified > 3) The API should check if the server support the operation before > sending the request. > > Not that complex... > > > -- Frank
