[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: lastModifiedTime?



At 04:08 PM 8/5/99 -0500, Jason Bodnar wrote:
>Does openldap (1.2.6) keep track of lastModifiedTime? I tried doing ldapsearch
>'(cn=Jason Bodnar)' lastModifiedTime but all I get is the dn of the entry.

OpenLDAP 1.2 doesn't maintain the last* attributes.  Instead it
maintains {create,modify}TimeStamp as well as {creators,modifiers}Name
attribute types when "lastmod on" is specified in slapd.conf.  The
timestamp types use generalizedTimeSyntax instead of uTCTimeSyntax.

Kurt