]> git.sur5r.net Git - openldap/commitdiff
Add bogus OID string to LDAPsubentry
authorKurt Zeilenga <kurt@openldap.org>
Fri, 15 Oct 1999 20:33:06 +0000 (20:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 15 Oct 1999 20:33:06 +0000 (20:33 +0000)
servers/slapd/schema/core.schema

index a8619ca3a4b6fd83e0c17ef8f74a72b2b693f236..c228000e37755b39969a19cbef893cf5607ce6b3 100644 (file)
@@ -475,6 +475,6 @@ 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 ( NAME 'LDAPsubEntry'
+objectclass ( LDAPsubEntryOID NAME 'LDAPsubEntry'
        DESC 'Limited X.501 Subentry class, named by cn'
        SUP top STRUCTURAL MUST ( cn ) )