schema.expect.txt 926 B

123456789101112131415
  1. <span class="hljs-attribute">dn</span>: cn=schema
  2. <span class="hljs-attribute">objectClass</span>: top
  3. <span class="hljs-attribute">objectClass</span>: ldapSubentry
  4. <span class="hljs-attribute">objectClass</span>: subschema
  5. <span class="hljs-comment"># Single-valued JSON attribute</span>
  6. <span class="hljs-attribute">attributeTypes</span>: ( example-json1-oid NAME 'json1'
  7. EQUALITY jsonObjectExactMatch SYNTAX 1.3.6.1.4.1.30221.2.3.4
  8. SINGLE-VALUE X-ORIGIN 'custom attribute' )
  9. <span class="hljs-comment"># Multi-valued JSON attribute</span>
  10. <span class="hljs-attribute">attributeTypes</span>: ( example-mjson1-oid NAME 'mjson1'
  11. EQUALITY jsonObjectExactMatch SYNTAX 1.3.6.1.4.1.30221.2.3.4
  12. X-ORIGIN 'custom attribute' )
  13. <span class="hljs-attribute">objectClasses</span>: ( example-application-oc-oid NAME 'example-application-oc'
  14. SUP top AUXILIARY MAY ( json1 $ mjson1 )
  15. X-ORIGIN 'custom auxiliary object class' )