From: Kurt Zeilenga Date: Wed, 11 Aug 1999 19:01:05 +0000 (+0000) Subject: Add LDAPsubentry (without OID). X-Git-Tag: TWEB_OL_BASE~235 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=740f1b422edc48c9eeed8346c45872a63b683370;p=openldap Add LDAPsubentry (without OID). --- diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index e36ebc062c..3ccfd708c6 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -449,3 +449,11 @@ attribute ( 2.16.840.1.113730.3.1.34 NAME 'ref' DESC 'URL Reference' objectclass ( 2.16.840.1.113730.3.2.6 NAME 'referral' SUP top STRUCTURAL MAY ( ref ) ) + +# +# LDAPsubEntry +# OID not assigned (1.3.6.1.4.1.1466.115.121.1.??) +# +objectclass ( NAME 'LDAPsubEntry' + DESC 'Limited X.501 Subentry class, named by cn' + SUP top STRUCTURAL MUST ( cn ) )