15 lines
606 B
Text
15 lines
606 B
Text
dn: cn=schema
|
|
objectClass: top
|
|
objectClass: ldapSubentry
|
|
objectClass: subschema
|
|
# Single-valued JSON attribute
|
|
attributeTypes: ( example-json1-oid NAME 'json1'
|
|
EQUALITY jsonObjectExactMatch SYNTAX 1.3.6.1.4.1.30221.2.3.4
|
|
SINGLE-VALUE X-ORIGIN 'custom attribute' )
|
|
# Multi-valued JSON attribute
|
|
attributeTypes: ( example-mjson1-oid NAME 'mjson1'
|
|
EQUALITY jsonObjectExactMatch SYNTAX 1.3.6.1.4.1.30221.2.3.4
|
|
X-ORIGIN 'custom attribute' )
|
|
objectClasses: ( example-application-oc-oid NAME 'example-application-oc'
|
|
SUP top AUXILIARY MAY ( json1 $ mjson1 )
|
|
X-ORIGIN 'custom auxiliary object class' )
|