[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: schema timestamps
Of course...
anyways, modifyTimeStamp is the one that's useful.
At 07:26 PM 2002-02-19, Howard Chu wrote:
>Interesting idea, but at least in Unix there is no createtime in the
>filesystem. The three standard timestamps for a ufs filesystem are
>accesstime, modtime, and inode changetime. The inode changetime is updated
>whenever modtime is updated, and also when permissions are changed.
>
> -- Howard Chu
> Chief Architect, Symas Corp. Director, Highland Sun
> http://www.symas.com http://highlandsun.com/hyc
> Symas: Premier OpenSource Development and Support
>
>> -----Original Message-----
>> From: owner-openldap-devel@OpenLDAP.org
>> [mailto:owner-openldap-devel@OpenLDAP.org]On Behalf Of Kurt D. Zeilenga
>> Sent: Tuesday, February 19, 2002 6:40 PM
>> To: openldap-devel@OpenLDAP.org
>> Subject: schema timestamps
>>
>>
>> We should provide createTimestamp and modifyTimestamp
>> in subschema entries.
>>
>> I'm thinking we should set these based upon
>> creation/modification times of configuration
>> files. The task would be to set createtime to the
>> oldest creation time and modifytime to the newest modify
>> time of the configuration times. This can easily be
>> done fstat(2)'ing each file as they are being read.
>> Then generate createTimestamp/modifyTimestamp based on
>> these variables.
>>
>> Volunteers?