]> git.sur5r.net Git - openldap/commitdiff
fix entryExpireTimestamp description
authorPierangelo Masarati <ando@openldap.org>
Sat, 7 Jan 2006 12:26:59 +0000 (12:26 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 7 Jan 2006 12:26:59 +0000 (12:26 +0000)
servers/slapd/overlays/dds.c

index 7cb37a93e42200f6fe360ae325798965248a4550..30a606d6f5795f14f6a3329648acd2277438622e 100644 (file)
@@ -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 "