X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fdata%2Ftest.schema;h=253448c9e943c04e0cc4b11aa9df9af92c951abd;hb=4317c7ce54ceb41d57e6ec83f547edfaeedb574b;hp=63366e1472d09fc7c0907207d819c2cb01499209;hpb=2544a320b9bd5aaef02c0676ce753eabbe182b1d;p=openldap diff --git a/tests/data/test.schema b/tests/data/test.schema index 63366e1472..253448c9e9 100644 --- a/tests/data/test.schema +++ b/tests/data/test.schema @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2005 The OpenLDAP Foundation. +## Copyright 1998-2012 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -17,45 +17,53 @@ # For testing purposes only. # 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' EQUALITY distinguishedNameMatch DESC 'Aliasing attribute: Issuer, use' 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' DESC 'Aliasing attribute: Serial, use' EQUALITY integerMatch 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' DESC 'Aliasing attribute: Serial and Issuer together, use' EQUALITY certificateExactMatch - SYNTAX 1.2.826.0.1.3344810.7.1 ) + SYNTAX 1.3.6.1.1.15.1 ) # 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' equality generalizedTimeMatch ordering generalizedTimeOrderingMatch syntax 1.3.6.1.4.1.1466.115.121.1.24 single-value ) -attributetype ( 1.3.6.1.4.1.4203.666.1.38 +# for UUID testing +attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.5 + name 'testUUID' + equality UUIDMatch + ordering UUIDOrderingMatch + syntax 1.3.6.1.1.16.1 ) + +# for obsolete testing +attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.6 name 'testObsolete' obsolete equality booleanMatch syntax 1.3.6.1.4.1.1466.115.121.1.7 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 may testTime ) -objectClass ( 1.3.6.1.3.1.4203.666.3.16 +objectClass ( 1.3.6.1.4.1.4203.1.12.1.2.2 name 'obsoletePerson' obsolete auxiliary - must ( testObsolete ) ) + may ( testObsolete ) ) +