From: Kurt Zeilenga Date: Mon, 22 Nov 1999 01:28:24 +0000 (+0000) Subject: Add OID for LDAPsubentry... this item likely to change X-Git-Tag: UCDATA_2_4~184 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=45a6876db12c041a8fdbf7f1c033e3f7d20d932f;p=openldap Add OID for LDAPsubentry... this item likely to change --- diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index 8e07f3ad65..12f7d0a44e 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -526,15 +526,14 @@ objectclass ( 2.16.840.1.113730.3.2.6 NAME 'referral' # # LDAPsubEntry -# OID not assigned (1.3.6.1.4.1.1466.115.121.1.??) -# -objectclass ( LDAPsubEntryOID NAME 'LDAPsubEntry' +# likely to change! +objectclass ( 2.16.840.1.113719.2.142.6.1.1 NAME 'LDAPsubEntry' DESC 'Limited X.501 Subentry class, named by cn' SUP top STRUCTURAL MUST ( cn ) ) # # LDAProotDSE -# +# no oid assigned objectclass ( LDAProotDSEOID NAME 'LDAProotDSE' DESC 'Root DSE object class' SUP top STRUCTURAL )