update inbox list

This commit is contained in:
manhlab
2021-04-07 19:25:18 -04:00
parent fda7245f7c
commit 436de2efd6
8576 changed files with 1013325 additions and 3 deletions

View 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

View 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

View 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' )

View 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' )