From: Kurt Zeilenga Date: Sun, 21 Nov 1999 23:39:14 +0000 (+0000) Subject: Remove Netscape (draft) TTL schema X-Git-Tag: UCDATA_2_4~191 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=faf7f146b2f5c7a7811e12888ef56cde6ba4fa61;p=openldap Remove Netscape (draft) TTL schema --- diff --git a/servers/slapd/schema/misc.schema b/servers/slapd/schema/misc.schema index 6778ca1d55..42e1757f8a 100644 --- a/servers/slapd/schema/misc.schema +++ b/servers/slapd/schema/misc.schema @@ -45,10 +45,3 @@ objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc ) # This may need to be moved to core.schema objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid ) - -# Origin of this has not been identified. We had it and Netscape has it -# too. -attributetype ( 1.3.6.1.4.1.250.1.60 NAME ( 'timeToLive' 'ttl' ) - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) - -objectclass ( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' SUP top MAY ttl )