On 27/10/04 10:54 am, Claude <[EMAIL PROTECTED]> wrote: > I'd like to refresh the modifytimestamp value of an object _without_ > adding, removing or changing an attribute. > > Changing the value directly does not seem to go through, as I the > server refuses to do it. > > Am I trying to do something which does not make sense?
That's correct. The modifyTimestamp attribute is not user-modifiable, and is only changed by the server. You *have* to make and unmake some bogus change, if you want to change the modifyTimestamp over protocol. Servers may have some proprietary interface which allow you to change modifyTimestamps, e.g. bulk loading to the raw database files. Cheers, Chris
