]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/dds.c
Plug memleak when query isn't added to cache
[openldap] / servers / slapd / overlays / dds.c
index 7e0dabf83e8073257bc40aa154bceb03a0c2a3ad..30a606d6f5795f14f6a3329648acd2277438622e 100644 (file)
@@ -1871,11 +1871,10 @@ dds_initialize()
                        char                    *desc;
                        AttributeDescription    **ad;
                }               s_at[] = {
-#warning "FIXME: register OID!!!"
-                       { "entryExpireTimestamp", "( 1.3.6.1.4.1.4203.666.999999.0 "
+                       { "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 "