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? Essentially, I'm trying to do almost exactly the example in the RFC but with a couple of different counters related to user management. The example from the RFC is: # increment uidNumber dn: cn=max-assigned uidNumber,dc=example,dc=com changetype: modify uidNumber: 1 Thanks, -- Frank
