Home | History | Annotate | Line # | Download | only in data
      1       1.1     lukem # OpenLDAP Test schema
      2   1.1.1.4      tron # $OpenLDAP$
      3       1.1     lukem ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
      4       1.1     lukem ##
      5  1.1.1.10  christos ## Copyright 1998-2024 The OpenLDAP Foundation.
      6       1.1     lukem ## All rights reserved.
      7       1.1     lukem ##
      8       1.1     lukem ## Redistribution and use in source and binary forms, with or without
      9       1.1     lukem ## modification, are permitted only as authorized by the OpenLDAP
     10       1.1     lukem ## Public License.
     11       1.1     lukem ##
     12       1.1     lukem ## A copy of this license is available in the file LICENSE in the
     13       1.1     lukem ## top-level directory of the distribution or, alternatively, at
     14       1.1     lukem ## <http://www.OpenLDAP.org/license.html>.
     15       1.1     lukem #
     16       1.1     lukem 
     17       1.1     lukem # For testing purposes only.
     18       1.1     lukem 
     19       1.1     lukem # For Attribute Aliasing.
     20       1.1     lukem attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.1
     21       1.1     lukem 	NAME 'x509CertificateIssuer'
     22       1.1     lukem 	EQUALITY distinguishedNameMatch
     23       1.1     lukem 	DESC 'Aliasing attribute: Issuer, use'
     24       1.1     lukem 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
     25       1.1     lukem 
     26       1.1     lukem attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.2
     27       1.1     lukem 	NAME 'x509CertificateSerial'
     28       1.1     lukem 	DESC 'Aliasing attribute: Serial, use'
     29       1.1     lukem 	EQUALITY integerMatch
     30       1.1     lukem 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
     31       1.1     lukem 
     32       1.1     lukem attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.3
     33       1.1     lukem 	NAME 'x509CertificateSerialAndIssuer'
     34       1.1     lukem 	DESC 'Aliasing attribute: Serial and Issuer together, use'
     35       1.1     lukem 	EQUALITY certificateExactMatch
     36       1.1     lukem 	SYNTAX 1.3.6.1.1.15.1 )
     37       1.1     lukem 
     38       1.1     lukem # generalized time testing
     39       1.1     lukem attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.4
     40       1.1     lukem 	name 'testTime'
     41       1.1     lukem 	equality generalizedTimeMatch
     42       1.1     lukem 	ordering generalizedTimeOrderingMatch
     43       1.1     lukem 	syntax 1.3.6.1.4.1.1466.115.121.1.24
     44       1.1     lukem 	single-value )
     45       1.1     lukem 
     46       1.1     lukem # for UUID testing
     47       1.1     lukem attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.5
     48       1.1     lukem 	name 'testUUID'
     49       1.1     lukem 	equality UUIDMatch
     50       1.1     lukem 	ordering UUIDOrderingMatch
     51       1.1     lukem 	syntax 1.3.6.1.1.16.1 )
     52       1.1     lukem 
     53       1.1     lukem # for obsolete testing
     54       1.1     lukem attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.6
     55       1.1     lukem 	name 'testObsolete'
     56       1.1     lukem 	obsolete
     57       1.1     lukem 	equality booleanMatch
     58       1.1     lukem 	syntax 1.3.6.1.4.1.1466.115.121.1.7
     59       1.1     lukem 	single-value )
     60       1.1     lukem 
     61       1.1     lukem objectClass ( 1.3.6.1.4.1.4203.1.12.1.2.1
     62       1.1     lukem 	name 'testPerson' sup OpenLDAPperson
     63       1.1     lukem 	may testTime )
     64       1.1     lukem 
     65       1.1     lukem objectClass ( 1.3.6.1.4.1.4203.1.12.1.2.2
     66       1.1     lukem 	name 'obsoletePerson'
     67       1.1     lukem 	obsolete auxiliary
     68       1.1     lukem 	may ( testObsolete ) )
     69       1.1     lukem 
     70