update inbox list
This commit is contained in:
7
vendor/scrivo/highlight.php/test/markup/ldif/ldapmodify.expect.txt
vendored
Normal file
7
vendor/scrivo/highlight.php/test/markup/ldif/ldapmodify.expect.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<span class="hljs-attribute">dn</span>: uid=user.0,ou=People,dc=example,dc=com
|
||||
<span class="hljs-attribute">changeType</span>: modify
|
||||
<span class="hljs-attribute">add</span>: cn
|
||||
<span class="hljs-attribute">cn</span>: Morris Day
|
||||
<span class="hljs-literal">-</span>
|
||||
<span class="hljs-attribute">add</span>: mobile
|
||||
<span class="hljs-attribute">mobile</span>: (408) 555-7844
|
||||
7
vendor/scrivo/highlight.php/test/markup/ldif/ldapmodify.txt
vendored
Normal file
7
vendor/scrivo/highlight.php/test/markup/ldif/ldapmodify.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
dn: uid=user.0,ou=People,dc=example,dc=com
|
||||
changeType: modify
|
||||
add: cn
|
||||
cn: Morris Day
|
||||
-
|
||||
add: mobile
|
||||
mobile: (408) 555-7844
|
||||
15
vendor/scrivo/highlight.php/test/markup/ldif/schema.expect.txt
vendored
Normal file
15
vendor/scrivo/highlight.php/test/markup/ldif/schema.expect.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<span class="hljs-attribute">dn</span>: cn=schema
|
||||
<span class="hljs-attribute">objectClass</span>: top
|
||||
<span class="hljs-attribute">objectClass</span>: ldapSubentry
|
||||
<span class="hljs-attribute">objectClass</span>: subschema
|
||||
<span class="hljs-comment"># Single-valued JSON attribute</span>
|
||||
<span class="hljs-attribute">attributeTypes</span>: ( example-json1-oid NAME 'json1'
|
||||
EQUALITY jsonObjectExactMatch SYNTAX 1.3.6.1.4.1.30221.2.3.4
|
||||
SINGLE-VALUE X-ORIGIN 'custom attribute' )
|
||||
<span class="hljs-comment"># Multi-valued JSON attribute</span>
|
||||
<span class="hljs-attribute">attributeTypes</span>: ( example-mjson1-oid NAME 'mjson1'
|
||||
EQUALITY jsonObjectExactMatch SYNTAX 1.3.6.1.4.1.30221.2.3.4
|
||||
X-ORIGIN 'custom attribute' )
|
||||
<span class="hljs-attribute">objectClasses</span>: ( example-application-oc-oid NAME 'example-application-oc'
|
||||
SUP top AUXILIARY MAY ( json1 $ mjson1 )
|
||||
X-ORIGIN 'custom auxiliary object class' )
|
||||
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