Still need object classes for both of these. Suspect we'll need
to assign "experimental" ones from our arc.
val.bv_len = sizeof("top")-1;
attr_merge( e, "objectClass", vals );
- val.bv_val = "LDAPsubentry";
- val.bv_len = sizeof("LDAPsubentry")-1;
+ val.bv_val = "LDAProotDSE";
+ val.bv_len = sizeof("LDAProotDSE")-1;
attr_merge( e, "objectClass", vals );
val.bv_val = "extensibleObject";
objectclass ( LDAPsubEntryOID NAME 'LDAPsubEntry'
DESC 'Limited X.501 Subentry class, named by cn'
SUP top STRUCTURAL MUST ( cn ) )
+
+#
+# LDAProotDSE
+#
+objectclass ( LDAProotDSEOID NAME 'LDAProotDSE'
+ DESC 'Root DSE object class'
+ SUP top STRUCTURAL )