mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
move test schema to "published OID arc" (under 1.3.6.1.4.1.4203.1.12.1)
This commit is contained in:
parent
fdd78d244a
commit
5c932d9a6c
@ -17,26 +17,26 @@
|
|||||||
# For testing purposes only.
|
# For testing purposes only.
|
||||||
|
|
||||||
# For Attribute Aliasing.
|
# For Attribute Aliasing.
|
||||||
attributetype ( 1.3.6.1.4.1.4203.666.1.34
|
attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.1
|
||||||
NAME 'x509CertificateIssuer'
|
NAME 'x509CertificateIssuer'
|
||||||
EQUALITY distinguishedNameMatch
|
EQUALITY distinguishedNameMatch
|
||||||
DESC 'Aliasing attribute: Issuer, use'
|
DESC 'Aliasing attribute: Issuer, use'
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.4.1.4203.666.1.35
|
attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.2
|
||||||
NAME 'x509CertificateSerial'
|
NAME 'x509CertificateSerial'
|
||||||
DESC 'Aliasing attribute: Serial, use'
|
DESC 'Aliasing attribute: Serial, use'
|
||||||
EQUALITY integerMatch
|
EQUALITY integerMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.4.1.4203.666.1.36
|
attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.3
|
||||||
NAME 'x509CertificateSerialAndIssuer'
|
NAME 'x509CertificateSerialAndIssuer'
|
||||||
DESC 'Aliasing attribute: Serial and Issuer together, use'
|
DESC 'Aliasing attribute: Serial and Issuer together, use'
|
||||||
EQUALITY certificateExactMatch
|
EQUALITY certificateExactMatch
|
||||||
SYNTAX 1.3.6.1.1.15.1 )
|
SYNTAX 1.3.6.1.1.15.1 )
|
||||||
|
|
||||||
# generalized time testing
|
# generalized time testing
|
||||||
attributetype ( 1.3.6.1.4.1.4203.666.1.37
|
attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.4
|
||||||
name 'testTime'
|
name 'testTime'
|
||||||
equality generalizedTimeMatch
|
equality generalizedTimeMatch
|
||||||
ordering generalizedTimeOrderingMatch
|
ordering generalizedTimeOrderingMatch
|
||||||
@ -44,25 +44,25 @@ attributetype ( 1.3.6.1.4.1.4203.666.1.37
|
|||||||
single-value )
|
single-value )
|
||||||
|
|
||||||
# for UUID testing
|
# for UUID testing
|
||||||
attributetype ( 1.3.6.1.4.1.4203.666.1.56
|
attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.5
|
||||||
name 'testUUID'
|
name 'testUUID'
|
||||||
equality UUIDMatch
|
equality UUIDMatch
|
||||||
ordering UUIDOrderingMatch
|
ordering UUIDOrderingMatch
|
||||||
syntax 1.3.6.1.1.16.1 )
|
syntax 1.3.6.1.1.16.1 )
|
||||||
|
|
||||||
# for obsolete testing
|
# for obsolete testing
|
||||||
attributetype ( 1.3.6.1.4.1.4203.666.1.38
|
attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.6
|
||||||
name 'testObsolete'
|
name 'testObsolete'
|
||||||
obsolete
|
obsolete
|
||||||
equality booleanMatch
|
equality booleanMatch
|
||||||
syntax 1.3.6.1.4.1.1466.115.121.1.7
|
syntax 1.3.6.1.4.1.1466.115.121.1.7
|
||||||
single-value )
|
single-value )
|
||||||
|
|
||||||
objectClass ( 1.3.6.1.4.1.4203.666.3.15
|
objectClass ( 1.3.6.1.4.1.4203.1.12.1.2.1
|
||||||
name 'testPerson' sup OpenLDAPperson
|
name 'testPerson' sup OpenLDAPperson
|
||||||
may testTime )
|
may testTime )
|
||||||
|
|
||||||
objectClass ( 1.3.6.1.4.1.4203.666.3.17
|
objectClass ( 1.3.6.1.4.1.4203.1.12.1.2.2
|
||||||
name 'obsoletePerson'
|
name 'obsoletePerson'
|
||||||
obsolete auxiliary
|
obsolete auxiliary
|
||||||
may ( testObsolete ) )
|
may ( testObsolete ) )
|
||||||
|
Loading…
Reference in New Issue
Block a user