update inbox list
This commit is contained in:
15
vendor/scrivo/highlight.php/test/markup/ldif/schema.txt
vendored
Normal file
15
vendor/scrivo/highlight.php/test/markup/ldif/schema.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
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' )
|
||||
Reference in New Issue
Block a user