]> git.sur5r.net Git - openldap/blobdiff - tests/data/test.schema
Delete unused idl_cache_entry rwlock field
[openldap] / tests / data / test.schema
index e4ebb7103c842dd51c6f3f846893a7fb96f5b609..54e08302cf1c6c15aa738d0d51c8cc3d58c1c8c7 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2005 The OpenLDAP Foundation.
+## Copyright 1998-2007 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -33,10 +33,9 @@ attributetype ( 1.3.6.1.4.1.4203.666.1.36
        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
        name 'testTime'
        equality generalizedTimeMatch
@@ -44,6 +43,27 @@ attributetype ( 1.3.6.1.4.1.4203.666.1.37
        syntax 1.3.6.1.4.1.1466.115.121.1.24
        single-value )
 
-objectClass ( 1.3.6.1.4.1.4203.666.1.37
+# for UUID testing
+attributetype ( 1.3.6.1.4.1.4203.666.1.56
+       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.666.1.38
+       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
        name 'testPerson' sup OpenLDAPperson
        may testTime )
+
+objectClass ( 1.3.6.1.3.1.4203.666.3.16
+       name 'obsoletePerson'
+       obsolete auxiliary
+       may ( testObsolete ) )
+