From: Pierangelo Masarati Date: Sat, 7 Jan 2006 12:26:59 +0000 (+0000) Subject: fix entryExpireTimestamp description X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~410 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bfad4e8b46bff82fe2c712240ea6a67945620312;p=openldap fix entryExpireTimestamp description --- diff --git a/servers/slapd/overlays/dds.c b/servers/slapd/overlays/dds.c index 7cb37a93e4..30a606d6f5 100644 --- a/servers/slapd/overlays/dds.c +++ b/servers/slapd/overlays/dds.c @@ -1873,8 +1873,8 @@ dds_initialize() } s_at[] = { { "entryExpireTimestamp", "( 1.3.6.1.4.1.4203.666.1.57 " "NAME ( 'entryExpireTimestamp' ) " - "DESC 'RFC2589 extension: expire time of a dynamic object, " - "computed as modifyTimestamp + entryTtl' " + "DESC 'RFC2589 OpenLDAP extension: expire time of a dynamic object, " + "computed as now + entryTtl' " "EQUALITY generalizedTimeMatch " "ORDERING generalizedTimeOrderingMatch " "SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 "